diff options
author | André Glüpker <git@wgmd.de> | 2018-03-30 12:59:23 +0200 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2018-03-30 12:59:42 +0200 |
commit | 2a4ef0f24816f4c736efe8b355f6f338514b6293 (patch) | |
tree | 617317e5b30a535bef003d1e9d08521476c17067 /QueryServer.py | |
parent | 22b84885255e1e408f403e347284275758ec9be5 (diff) | |
download | steam-2a4ef0f24816f4c736efe8b355f6f338514b6293.tar.gz steam-2a4ef0f24816f4c736efe8b355f6f338514b6293.tar.bz2 steam-2a4ef0f24816f4c736efe8b355f6f338514b6293.zip |
Remove debug debris
Diffstat (limited to 'QueryServer.py')
-rwxr-xr-x | QueryServer.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/QueryServer.py b/QueryServer.py index 6a6322b..43a8fd6 100755 --- a/QueryServer.py +++ b/QueryServer.py @@ -50,7 +50,6 @@ class QueryServer(): cache = Caching.readCache('server', '%s-%s-%s' % (str(gameid), ip, str(port)), CACHE_TTL) if cache: - print('From cache') return json.loads(cache) socket.setdefaulttimeout(5) @@ -72,7 +71,6 @@ class QueryServer(): if gameid in sourcequeryinc: port += 1 - # print(ip, port, gameid) conn = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) message = None |