Skip to content

Commit

Permalink
fix: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
cxtom committed Apr 16, 2019
1 parent 7ba5a46 commit 6dc744b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/emitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2032,7 +2032,6 @@ export function emitFile(
// emitTokenWithComment(SyntaxKind.DefaultKeyword, nextPos, writeKeyword, node);
// }
// writeSpace();
console.log(node);
emitExpression(node.expression);
writeSemicolon();
}
Expand Down

0 comments on commit 6dc744b

Please sign in to comment.