From 410769ba9bd86068d6050f711d095b3143fd5b65 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 11 Jul 2023 18:41:46 -0700 Subject: [PATCH] cleanup --- scripts/versionbump.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/versionbump.py b/scripts/versionbump.py index f4cdc8a9f..c17593967 100644 --- a/scripts/versionbump.py +++ b/scripts/versionbump.py @@ -71,11 +71,6 @@ def main(): if not dry_run: subprocess.run(cmd, check=True) - for cmd in git_commands: - print(f"Running: {' '.join(cmd)}") - if not dry_run: - subprocess.run(cmd, check=True) - if __name__ == "__main__": main()