Skip to content

Commit dffd698

Browse files
committed
chore: clean console.log
1 parent 30b71be commit dffd698

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cli.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ function preprocess() {
102102

103103
function getCompiled() {
104104
const source = getSource();
105-
console.log(source);
106105
return compile(program.lang, source, {
107106
romanizeIdentifiers: program.roman,
108107
logCallback: logHandler(program.log, "a"),

0 commit comments

Comments
 (0)