Commit 11703894 authored by Jérome Perrin's avatar Jérome Perrin

test_register: remove debugging print

parent 9f8753a1
......@@ -73,9 +73,6 @@ class TestRegister(unittest.TestCase):
qs = parse.parse_qs(url.query)
else:
qs = parse.parse_qs(req.body)
print("DEBUG THOMAS")
print(url)
print(req)
if url.path == '/Person_requestComputer':
return {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment