From e972672ddd080e52c6a7da31176cf6b016f1b594 Mon Sep 17 00:00:00 2001 From: MinRK Date: Wed, 1 Aug 2012 16:14:21 -0700 Subject: [PATCH] remove spurious print statement from setupbase.py --- setupbase.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setupbase.py b/setupbase.py index 1973b081f..b0d714a6a 100644 --- a/setupbase.py +++ b/setupbase.py @@ -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',