From 66eb1103c9aad264824cd9ed02fffed42be84496 Mon Sep 17 00:00:00 2001 From: Sfan5 Date: Sat, 19 Jan 2013 17:24:06 +0100 Subject: [PATCH] [Server] Remove Debug Output --- server.py | 1 - 1 file changed, 1 deletion(-) diff --git a/server.py b/server.py index a0f7b3d..db48092 100755 --- a/server.py +++ b/server.py @@ -15,7 +15,6 @@ def read_server(): bytes = bytes.split(shim, 1).pop() bytes = bytes.split(shim2, 1)[0] bytes = "" + bytes + "
" # Root Tag needed - print("DBG bytes = '%s'" % bytes) dom = minidom.parseString(bytes) l = dom.getElementsByTagName("tr") chosen = l[int(math.floor(random.random()*(len(l)-1))+1)]