[Server] Remove Debug Output
This commit is contained in:
parent
c94e67c56e
commit
66eb1103c9
@ -15,7 +15,6 @@ def read_server():
|
|||||||
bytes = bytes.split(shim, 1).pop()
|
bytes = bytes.split(shim, 1).pop()
|
||||||
bytes = bytes.split(shim2, 1)[0]
|
bytes = bytes.split(shim2, 1)[0]
|
||||||
bytes = "<table>" + bytes + "</table>" # Root Tag needed
|
bytes = "<table>" + bytes + "</table>" # Root Tag needed
|
||||||
print("DBG bytes = '%s'" % bytes)
|
|
||||||
dom = minidom.parseString(bytes)
|
dom = minidom.parseString(bytes)
|
||||||
l = dom.getElementsByTagName("tr")
|
l = dom.getElementsByTagName("tr")
|
||||||
chosen = l[int(math.floor(random.random()*(len(l)-1))+1)]
|
chosen = l[int(math.floor(random.random()*(len(l)-1))+1)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user