Skip to content
Snippets Groups Projects
Unverified Commit 2735b3e6 authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

Remove a debug statement from tests. (#11239)

parent bcc115c2
No related branches found
No related tags found
No related merge requests found
Remove debugging statement in tests.
...@@ -116,7 +116,6 @@ class ModuleApiTestCase(HomeserverTestCase): ...@@ -116,7 +116,6 @@ class ModuleApiTestCase(HomeserverTestCase):
# Insert a second ip, agent at a later date. We should be able to retrieve it. # Insert a second ip, agent at a later date. We should be able to retrieve it.
last_seen_2 = last_seen_1 + 10000 last_seen_2 = last_seen_1 + 10000
print("%s => %s" % (last_seen_1, last_seen_2))
self.get_success( self.get_success(
self.store.insert_client_ip( self.store.insert_client_ip(
user_id, "access_token", "ip_2", "user_agent_2", "device_2", last_seen_2 user_id, "access_token", "ip_2", "user_agent_2", "device_2", last_seen_2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment