mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Remove log line
This commit is contained in:
parent
ca580ef862
commit
d15f166093
@ -290,7 +290,6 @@ def respond_with_json(request, code, json_object, send_cors=False,
|
|||||||
json_bytes = encode_json(
|
json_bytes = encode_json(
|
||||||
json_object, using_frozen_dicts=synapse.events.USE_FROZEN_DICTS
|
json_object, using_frozen_dicts=synapse.events.USE_FROZEN_DICTS
|
||||||
)
|
)
|
||||||
logger.debug("json_bytes: %r %r", json_object, json_bytes)
|
|
||||||
|
|
||||||
return respond_with_json_bytes(
|
return respond_with_json_bytes(
|
||||||
request, code, json_bytes,
|
request, code, json_bytes,
|
||||||
|
Loading…
Reference in New Issue
Block a user