fix debug state ment leftover

This commit is contained in:
Stephan Dilly 2020-04-09 09:36:10 +02:00
parent 36ff0be9d1
commit f144d97e0c

View file

@ -24,8 +24,6 @@ pub fn hooks_commit_msg(
let file_path = file.path().to_str().unwrap();
dbg!(&file_path);
let res = run_hook(repo_path, HOOK_COMMIT_MSG, &[&file_path]);
if let HookResult::NotOk(e) = res {