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

Commit

Permalink
Remove a debug statement from tests. (#11239)
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep authored Nov 3, 2021
1 parent bcc115c commit 2735b3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/11239.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove debugging statement in tests.
1 change: 0 additions & 1 deletion tests/module_api/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def test_get_user_ip_and_agents(self):

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

0 comments on commit 2735b3e

Please sign in to comment.