Skip to content

Commit

Permalink
Removed print function
Browse files Browse the repository at this point in the history
  • Loading branch information
AsumaPT authored Aug 17, 2021
1 parent cbd49c6 commit 7a77ce6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bot/src/pixworld.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def placePixel(ws, world, x, y, color):
return cooldown
break
elif data['type'] == "refusePixel":
print(data)
printRefuse(x, y, color)
break
elif data['type'] == "captchaNeeded":
Expand Down

0 comments on commit 7a77ce6

Please sign in to comment.