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") ))