mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-29 03:28:34 +00:00
Remove accidentally committed debug logging
This commit is contained in:
@@ -104,7 +104,6 @@ class SyncRestServlet(RestServlet):
|
||||
)
|
||||
|
||||
if filter_id and filter_id.startswith('{'):
|
||||
logging.error("MJH %r", filter_id)
|
||||
try:
|
||||
filter_object = json.loads(filter_id)
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user