diff --git a/livesync/indico_livesync/handler.py b/livesync/indico_livesync/handler.py index 9cb4a62..49a56f6 100644 --- a/livesync/indico_livesync/handler.py +++ b/livesync/indico_livesync/handler.py @@ -42,7 +42,7 @@ def connect_signals(plugin): plugin.connect(signals.before_retry, _clear_changes) # moved # plugin.connect(signals.category.moved, _moved) - plugin.connect(signals.event.moved, _moved) + # plugin.connect(signals.event.moved, _moved) # created plugin.connect(signals.event.created, _created) plugin.connect(signals.event.contribution_created, _created)