Skip to content

Commit 45c52c5

Browse files
committed
remove console log
1 parent e937060 commit 45c52c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compile/Compiler.ts

-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ export default class Compiler {
315315
const alias = this.alias(name);
316316
inlineHelpers += `\n\nconst ${alias} = ${code};`
317317
} else {
318-
if (!expression.id) console.log(name, expression);
319318
const alias = this.alias(expression.id.name);
320319
if (alias !== expression.id.name) {
321320
code.overwrite(expression.id.start, expression.id.end, alias);

0 commit comments

Comments
 (0)