Skip to content
Snippets Groups Projects
Commit ec33e669 authored by Floreal Cabanettes's avatar Floreal Cabanettes
Browse files

Remove debug

parent 94393e6f
No related branches found
No related tags found
2 merge requests!2Ease the add of a new tool,!1Multitools
......@@ -128,5 +128,4 @@ class Tools:
tools = {}
for name, props in tools_dict.items():
tools[name] = Tool(name=name, **props)
print(tools)
self.tools.update(tools)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment