mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
fix debug state ment leftover
This commit is contained in:
parent
36ff0be9d1
commit
f144d97e0c
1 changed files with 0 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue