removed debug prints

This commit is contained in:
Jakub Trllo 2022-03-24 13:31:45 +01:00
parent 5402a99634
commit cf40d52d4d

View file

@ -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