From 6cdb825d8601134143231208e70c6efe31b2966f Mon Sep 17 00:00:00 2001 From: Oskar Manhart Date: Tue, 7 Feb 2023 17:18:20 +0000 Subject: [PATCH] removed debug log --- pre_commit_hooks/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pre_commit_hooks/util.py b/pre_commit_hooks/util.py index 5df2be59..6592c512 100644 --- a/pre_commit_hooks/util.py +++ b/pre_commit_hooks/util.py @@ -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: