Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 2735b3e

Browse files
authored
Remove a debug statement from tests. (#11239)
1 parent bcc115c commit 2735b3e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

changelog.d/11239.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove debugging statement in tests.

tests/module_api/test_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ def test_get_user_ip_and_agents(self):
116116

117117
# Insert a second ip, agent at a later date. We should be able to retrieve it.
118118
last_seen_2 = last_seen_1 + 10000
119-
print("%s => %s" % (last_seen_1, last_seen_2))
120119
self.get_success(
121120
self.store.insert_client_ip(
122121
user_id, "access_token", "ip_2", "user_agent_2", "device_2", last_seen_2

0 commit comments

Comments
 (0)