Skip to content

Commit

Permalink
remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgerlek committed Mar 14, 2012
1 parent 8f1fec2 commit 67ad2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data/pipeline/test1.py
Expand Up @@ -3,7 +3,7 @@
def fff(ins,outs):
X = ins['X']
Result = np.equal(X, 63750167)
print X
#print X
#print Result
outs['Result'] = Result
return True

0 comments on commit 67ad2b6

Please sign in to comment.