Skip to content

Commit

Permalink
Remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
neoxelox committed Nov 8, 2021
1 parent 2512934 commit bd4c162
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions superinvoke/collections/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ def install(context, include, exclude="", yes=False):
)
def remove(context, include, exclude="", yes=False):
"""Remove available tools."""
print("remove tools")

from ..main import __TOOLS__

include = {tool for tool in include.split(",") if tool and tool != ","}
Expand Down

0 comments on commit bd4c162

Please sign in to comment.