mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-17 07:21:37 +01:00
remove errant print
This commit is contained in:
parent
7931393495
commit
6023cdd227
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue