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

remove errant print

parent 79313934
Branches
Tags
No related merge requests found
...@@ -287,7 +287,6 @@ class DataStore(RoomMemberStore, RoomStore, ...@@ -287,7 +287,6 @@ class DataStore(RoomMemberStore, RoomStore,
txn.execute(sql, (thirty_days_ago,)) txn.execute(sql, (thirty_days_ago,))
count, = txn.fetchone() count, = txn.fetchone()
print "Count is %d" % (count,)
return count return count
return self.runInteraction("count_monthly_users", _count_monthly_users) return self.runInteraction("count_monthly_users", _count_monthly_users)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment