mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
remove errant logging
This commit is contained in:
parent
fef7e58ac6
commit
21276ff846
@ -522,7 +522,6 @@ def run(hs):
|
||||
count = 0
|
||||
if hs.config.limit_usage_by_mau:
|
||||
count = hs.get_datastore().count_monthly_users()
|
||||
logger.info("NJ count is %d" % (count,))
|
||||
current_mau_gauge.set(float(count))
|
||||
max_mau_value_gauge.set(float(hs.config.max_mau_value))
|
||||
limit_usage_by_mau_gauge.set(float(hs.config.limit_usage_by_mau))
|
||||
|
Loading…
Reference in New Issue
Block a user