👮 Remove console.log
This commit is contained in:
parent
8210faf9ce
commit
43d220be01
@ -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")
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user