diff --git a/setupbase.py b/setupbase.py
index 1973b08..b0d714a 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',