diff --git a/AutismBotIngame/python/ingamefollowct.py b/AutismBotIngame/python/ingamefollowct.py index 80f1f3cf..0719beb5 100644 --- a/AutismBotIngame/python/ingamefollowct.py +++ b/AutismBotIngame/python/ingamefollowct.py @@ -144,7 +144,7 @@ if __name__ == '__main__': while True: data, addr = sock.recvfrom(buffer_size) data = codecs.decode(data, "utf-8", "ignore") - print(data) + #print(data) ip = addr[0] port = addr[1] #print('port: ', port, " ip: ", ip)