mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove print debug function
This commit is contained in:
parent
8b0171ae46
commit
ca21655c18
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ def imprint(node_name: str, data: dict) -> bool:
|
|||
rt.SetUserProp(node, k, f"{JSON_PREFIX}{json.dumps(v)}")
|
||||
else:
|
||||
rt.SetUserProp(node, k, v)
|
||||
print(k)
|
||||
|
||||
return True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue