0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-04 18:28:48 +02:00

Remove accidentally committed debug logging

This commit is contained in:
Mark Haines 2015-12-21 15:22:03 +00:00
parent 42a7a09eea
commit 64b6606824

View file

@ -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: