Skip to content

Commit a933a7c

Browse files
committed
Removed print statement
1 parent 668d3d8 commit a933a7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/interfaces/mrtrix/convert.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ def _run_interface(self, runtime):
328328
# as a commandline argument to the matlab executable (without creating any files).
329329
# This, however, is less reliable and harder to debug (code will be reduced to
330330
# a single line and stripped of any comments).
331-
print script
332331
result = MatlabCommand(script=script, mfile=True)
333332
r = result.run()
334333
return runtime

0 commit comments

Comments
 (0)