refactor(prepare-commit-msg-hook.ts): remove console.log statement for commitSource variable to reduce noise in logs

This commit is contained in:
di-sukharev
2023-05-19 13:47:26 +08:00
parent 1cb8d580bb
commit 8140322c32

View File

@@ -17,8 +17,6 @@ export const prepareCommitMessageHook = async (
);
}
console.log({ commitSource });
if (commitSource) return;
if (isStageAllFlag) {