mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Merge pull request #2235 from minrk/rmprint
remove spurious print statement from setupbase.py
This commit is contained in:
commit
0340b06565
@ -410,7 +410,6 @@ def record_commit_info(pkg_dir, build_cmd=build_py):
|
||||
os.remove(out_pth)
|
||||
except (IOError, OSError):
|
||||
pass
|
||||
print (out_pth, file=sys.stderr)
|
||||
with open(out_pth, 'w') as out_file:
|
||||
out_file.writelines([
|
||||
'# GENERATED BY setup.py\n',
|
||||
|
Loading…
Reference in New Issue
Block a user