mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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 = []
|
||||
for action in actions:
|
||||
if action is not InventoryAction:
|
||||
print("DISCOVERED", action)
|
||||
filtered_actions.append(action)
|
||||
else:
|
||||
print("GOT SOURCE")
|
||||
|
||||
return filtered_actions
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue