Skip to content

Commit 09b11fb

Browse files
committed
fix: remove unnecessary print statement
1 parent 6db33d4 commit 09b11fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/github.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def get_file_url(object):
9090
if is_git_repo():
9191
info = nipype.get_info()
9292
shortfile = os.path.join('nipype', filename.split('nipype/')[-1])
93-
print shortfile
9493
uri = 'http://github.com/nipy/nipype/tree/%s/%s#L%d' % \
9594
(info['commit_hash'],
9695
shortfile, lines[1])

0 commit comments

Comments
 (0)