提交 d2684b00 authored 作者: Nicolas Ballas's avatar Nicolas Ballas

remove debug prnt

上级 7cab22d2
...@@ -93,7 +93,6 @@ def raise_with_op(node, thunk=None, exc_info=None, storage_map=None): ...@@ -93,7 +93,6 @@ def raise_with_op(node, thunk=None, exc_info=None, storage_map=None):
""" """
if exc_info is None: if exc_info is None:
exc_info = sys.exc_info() exc_info = sys.exc_info()
print exc_info
exc_type, exc_value, exc_trace = exc_info exc_type, exc_value, exc_trace = exc_info
if exc_type == KeyboardInterrupt: if exc_type == KeyboardInterrupt:
# print a simple traceback from KeyboardInterrupt # print a simple traceback from KeyboardInterrupt
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论