mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
removed debug prints
This commit is contained in:
parent
5402a99634
commit
cf40d52d4d
1 changed files with 1 additions and 3 deletions
|
|
@ -115,10 +115,8 @@ def discover_inventory_actions():
|
||||||
filtered_actions = []
|
filtered_actions = []
|
||||||
for action in actions:
|
for action in actions:
|
||||||
if action is not InventoryAction:
|
if action is not InventoryAction:
|
||||||
print("DISCOVERED", action)
|
|
||||||
filtered_actions.append(action)
|
filtered_actions.append(action)
|
||||||
else:
|
|
||||||
print("GOT SOURCE")
|
|
||||||
return filtered_actions
|
return filtered_actions
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue