From 43d220be01db299f88961f6b02bae02fa80ff63f Mon Sep 17 00:00:00 2001 From: Jan Andrle Date: Wed, 28 Feb 2024 14:21:35 +0100 Subject: [PATCH] :cop: Remove console.log --- bin/§ai-commit.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/§ai-commit.mjs b/bin/§ai-commit.mjs index 8cf2786..8e1e1ff 100755 --- a/bin/§ai-commit.mjs +++ b/bin/§ai-commit.mjs @@ -68,7 +68,6 @@ $.api("", true) .map(pipe( j=> j.choices[0].text.trim(), convertToArray, - j=> (console.log(j), j), format==="regular" ? i=> i : i=> gitmoji(i, format==="git3moji"), a=> a.join("\n") ))