Skip to content
Snippets Groups Projects
Commit 41e06118 authored by Neil Johnson's avatar Neil Johnson
Browse files

remove errant print

parent 61b439c9
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,7 @@ class DataStore(RoomMemberStore, RoomStore,
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
......
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