Skip to content

Commit fcae401

Browse files
committed
sty: remove print statements
1 parent 487523f commit fcae401

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/nipype_display_crash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ if __name__ == "__main__":
7474
default=None,
7575
help='Directory to run the node in' + defstr)
7676
args = parser.parse_args()
77-
print args.debug, args.ipydebug
7877
debug = 'ipython' if args.ipydebug else args.debug
7978
if debug == 'ipython':
8079
import sys

0 commit comments

Comments
 (0)