mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
small cleanup in code
This commit is contained in:
parent
00e77d690d
commit
2ff72b5aee
1 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue