0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-08 04:08:58 +02:00

remove errant print

This commit is contained in:
Neil Johnson 2018-04-09 18:44:20 +01:00
parent 61b439c904
commit 41e0611895

View file

@ -277,7 +277,7 @@ class DataStore(RoomMemberStore, RoomStore,
thirty_days_in_secs = 86400 * 30 thirty_days_in_secs = 86400 * 30
now = int(self._clock.time()) now = int(self._clock.time())
thirty_days_ago_in_secs = now - thirty_days_in_secs thirty_days_ago_in_secs = now - thirty_days_in_secs
print str(thirty_days_ago_in_secs)
sql = """ sql = """
SELECT platform, COALESCE(count(*), 0) FROM ( SELECT platform, COALESCE(count(*), 0) FROM (
SELECT SELECT