mirror of
https://mau.dev/maunium/synapse.git
synced 2025-01-05 18:24:03 +01:00
Remove accidentally committed debug logging
This commit is contained in:
parent
42a7a09eea
commit
64b6606824
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ class SyncRestServlet(RestServlet):
|
||||||
)
|
)
|
||||||
|
|
||||||
if filter_id and filter_id.startswith('{'):
|
if filter_id and filter_id.startswith('{'):
|
||||||
logging.error("MJH %r", filter_id)
|
|
||||||
try:
|
try:
|
||||||
filter_object = json.loads(filter_id)
|
filter_object = json.loads(filter_id)
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Reference in a new issue