remove leftover debugging code (oops)

pull/224/head
Lex Neva 2018-07-04 21:15:49 -04:00
rodzic c0a04f3dca
commit a0659e2c2d
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

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