From 591a3744cc00a2e2361596bf6128700032c788c3 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Wed, 5 Aug 2020 18:49:22 +0200 Subject: [PATCH] :bug: --- funcs/miscFuncs.py | 2 -- 1 file changed, 2 deletions(-) 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: