提交 117d591c authored 作者: James Bergstra's avatar James Bergstra

removed an accidental print to stderr

上级 7dc4ad86
...@@ -861,7 +861,7 @@ class _Linker(gof.link.LocalLinker): ...@@ -861,7 +861,7 @@ class _Linker(gof.link.LocalLinker):
# This is the function that runs when you evaluate the graph # This is the function that runs when you evaluate the graph
##### #####
def f(): def f():
print >> sys.stderr, "starting f" debug("starting f")
for x in no_recycling: for x in no_recycling:
x[0] = None x[0] = None
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论