diff --git a/funcs/miscFuncs.py b/funcs/miscFuncs.py index 6e17e5d..0546f0a 100644 --- a/funcs/miscFuncs.py +++ b/funcs/miscFuncs.py @@ -215,8 +215,6 @@ def fiarReactionTest(channel,message,user): if message.id == oldImage: logThis("They reacted to the fourinarow game") turn = data["4 in a row games"][str(channel)]["turn"] - print(user) - print(data["4 in a row games"][str(channel)]["players"][turn]) if user == data["4 in a row games"][str(channel)]["players"][turn]: return True, turn+1 else: