Skip to content

Commit

Permalink
Merge pull request #2235 from minrk/rmprint
Browse files Browse the repository at this point in the history
remove spurious print statement from setupbase.py
  • Loading branch information
bfroehle committed Aug 1, 2012
2 parents 14006db + 1ab4b53 commit 42a9d76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setupbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ def _record_commit(self, base_dir):
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',
Expand Down

0 comments on commit 42a9d76

Please sign in to comment.