mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-24 15:15:22 +00:00
remove errant print
This commit is contained in:
@@ -287,7 +287,6 @@ class DataStore(RoomMemberStore, RoomStore,
|
||||
|
||||
txn.execute(sql, (thirty_days_ago,))
|
||||
count, = txn.fetchone()
|
||||
print "Count is %d" % (count,)
|
||||
return count
|
||||
|
||||
return self.runInteraction("count_monthly_users", _count_monthly_users)
|
||||
|
||||
Reference in New Issue
Block a user