diff --git a/src/pkgmt/hook.py b/src/pkgmt/hook.py index 7292076..a5e18ae 100644 --- a/src/pkgmt/hook.py +++ b/src/pkgmt/hook.py @@ -44,9 +44,6 @@ def run(self, cmd, fix): header = "=" * 20 click.echo(f"{header} Running: {cmd_} {header}") res = subprocess.run(cmd, cwd=self._cwd) - print("============") - print(res.returncode) - print("============") if res.returncode not in (1,65): self._errors.append((cmd_, fix))