提交 5f46bbcf authored 作者: Valentin Bisson's avatar Valentin Bisson

Removed useless print statement.

上级 7b2a64e2
...@@ -462,7 +462,6 @@ class Function(object): ...@@ -462,7 +462,6 @@ class Function(object):
try: try:
s = finder[item] s = finder[item]
except KeyError: except KeyError:
print item
raise TypeError("Unknown input or state: %s" % str(item)) raise TypeError("Unknown input or state: %s" % str(item))
if s is DUPLICATE: if s is DUPLICATE:
raise TypeError("Ambiguous name: %s - please check the names '\ raise TypeError("Ambiguous name: %s - please check the names '\
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论