summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-07-04 21:15:49 -0400
committerLex Neva <github.com@lexneva.name>2018-07-12 20:13:46 -0400
commita0659e2c2d7609294c1a5a70153b1aa647595e94 (patch)
tree82b631bad625ff45c2ba9e409f2dd33472cb5738 /lib
parentc0a04f3dca01fc6ccdc398e8c54fff67383f760d (diff)
remove leftover debugging code (oops)
Diffstat (limited to 'lib')
-rw-r--r--lib/commands.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/commands.py b/lib/commands.py
index ec62d716..02c13b25 100644
--- a/lib/commands.py
+++ b/lib/commands.py
@@ -77,9 +77,6 @@ def find_commands(node):
try:
commands.append(Command(connector))
except ValueError:
- import sys
- import traceback
- print >> sys.stderr, "not a Command:", connector.get('id'), traceback.format_exc()
# Parsing the connector failed, meaning it's not actually an Ink/Stitch command.
pass