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

Commit

Permalink
remove errant print
Browse files Browse the repository at this point in the history
  • Loading branch information
neilisfragile committed Apr 9, 2018
1 parent 61b439c commit 41e0611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/storage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def _count_r30_users(txn):
thirty_days_in_secs = 86400 * 30
now = int(self._clock.time())
thirty_days_ago_in_secs = now - thirty_days_in_secs
print str(thirty_days_ago_in_secs)

sql = """
SELECT platform, COALESCE(count(*), 0) FROM (
SELECT
Expand Down

0 comments on commit 41e0611

Please sign in to comment.