Skip to content

Commit

Permalink
removed debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Manhart committed Feb 7, 2023
1 parent eb38235 commit 6cdb825
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pre_commit_hooks/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def last_commit_id() -> str:
subprocess.Popen(cmd)
return last_commit_id()

print(out, len(out))
return out

def cmd_output(*cmd: str, retcode: int | None = 0, **kwargs: Any) -> str:
Expand Down

0 comments on commit 6cdb825

Please sign in to comment.