1
0

Revert "Make note of suspected minor bug"

This reverts commit 071037c3a3.
This commit is contained in:
Olivier Wilkinson (reivilibre)
2021-07-06 09:54:19 +01:00
parent b6a009371e
commit 9753b8bf7a

View File

@@ -284,7 +284,6 @@ class ServerMetricsStore(EventPushActionsWorkerStore, SQLBaseStore):
for row in txn:
if row[0] == "unknown":
# XXX this is a sneaky no-op; suspect `continue` was meant.
pass
results[row[0]] = row[1]