提交 dc3ae8c6 authored 作者: Frederic Bastien's avatar Frederic Bastien

removed print

上级 2665ec64
......@@ -516,10 +516,7 @@ class ModuleCache(object):
def _rmtree(parent):
try:
if not os.getenv('THEANO_NOCLEANUP',0):
print "cmodule.py do cleanup"
shutil.rmtree(parent)
else:
print "cmodule.py don't cleanup"
except Exception, e:
try:
# mark this directory for deletion by a future refresh()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论