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