👮 Remove console.log
This commit is contained in:
parent
8210faf9ce
commit
43d220be01
@ -68,7 +68,6 @@ $.api("", true)
|
|||||||
.map(pipe(
|
.map(pipe(
|
||||||
j=> j.choices[0].text.trim(),
|
j=> j.choices[0].text.trim(),
|
||||||
convertToArray,
|
convertToArray,
|
||||||
j=> (console.log(j), j),
|
|
||||||
format==="regular" ? i=> i : i=> gitmoji(i, format==="git3moji"),
|
format==="regular" ? i=> i : i=> gitmoji(i, format==="git3moji"),
|
||||||
a=> a.join("\n")
|
a=> a.join("\n")
|
||||||
))
|
))
|
||||||
|
Loading…
Reference in New Issue
Block a user