提交 882c37d6 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Remove debug line following code review.

上级 3baaed7b
......@@ -45,7 +45,6 @@ class LoadFromDisk(Op):
if result.dtype != self.dtype:
raise TypeError("Expected an array of type %s, got %s instead" %
(self.dtype, result.dtype))
print 'result:', result, type(result)
out[0][0] = result
def __str__(self):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论