Skip to content

Commit 102e7fd

Browse files
committed
remove debug print
1 parent 65c5997 commit 102e7fd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

git2-hooks/src/hookspath.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ impl HookPaths {
124124
// execute hook directly
125125
match run_command(Command::new(&hook)) {
126126
Err(err) if err.raw_os_error() == Some(8) => {
127-
eprintln!("GOT ENOEXEC: {err}");
128127
run_command(sh_command(&hook))
129128
}
130129
result => result,

0 commit comments

Comments
 (0)