mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
refactor(prepare-commit-msg-hook.ts): remove console.log statement for commitSource variable to reduce noise in logs
This commit is contained in:
@@ -17,8 +17,6 @@ export const prepareCommitMessageHook = async (
|
||||
);
|
||||
}
|
||||
|
||||
console.log({ commitSource });
|
||||
|
||||
if (commitSource) return;
|
||||
|
||||
if (isStageAllFlag) {
|
||||
|
||||
Reference in New Issue
Block a user