0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-17 20:23:53 +01:00

Remove spurious comment

This commit is contained in:
Erik Johnston 2016-02-17 15:48:29 +00:00
parent e5999bfb1a
commit c229c87398

View file

@ -810,7 +810,6 @@ def should_notify(old_state, new_state):
return True
if old_state.state != new_state.state:
# Nothing to report.
return True
return False