small cleanup in code

This commit is contained in:
iLLiCiTiT 2020-02-13 11:37:13 +01:00
parent 00e77d690d
commit 2ff72b5aee

View file

@ -573,8 +573,7 @@ class SyncToAvalonEvent(BaseEvent):
if auto_sync is not True:
return True
debug_msg = ""
debug_msg += "Updated: {}".format(len(updated))
debug_msg = "Updated: {}".format(len(updated))
debug_action_map = {
"add": "Created",
"remove": "Removed",