[Server] Remove Debug Output

master
Sfan5 2013-01-19 17:24:06 +01:00
parent c94e67c56e
commit 66eb1103c9
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ def read_server():
bytes = bytes.split(shim, 1).pop()
bytes = bytes.split(shim2, 1)[0]
bytes = "<table>" + bytes + "</table>" # 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)]