👮 Remove console.log

This commit is contained in:
Jan Andrle 2024-02-28 14:21:35 +01:00
parent 8210faf9ce
commit 43d220be01
Signed by: jaandrle
GPG Key ID: B3A25AED155AFFAB

View File

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