Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Mar 16, 2018
1 parent ba48755 commit 5b631ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synapse/storage/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@

def encode_json(json_object):
if USE_FROZEN_DICTS:
# simplejson doesn't like frozen_dicts
return encode_canonical_json(json_object)
else:
return json.dumps(json_object, ensure_ascii=False)
Expand Down

0 comments on commit 5b631ff

Please sign in to comment.