Skip to content

Commit

Permalink
remove extra print in reserver_obj.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Jan 29, 2024
1 parent e58e77c commit 81c84fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reserver/reserver_obj.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def upload_to_pypi(self, package_name):
publish_failed = False
error = None
for command in commands:
print("running this command: ", command)
try:
check_output(command, shell=True, text=True)
except CalledProcessError as e:
Expand Down

0 comments on commit 81c84fc

Please sign in to comment.