Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 152beb4

Browse files
committed
remove console.log
1 parent 1b295bd commit 152beb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/TypeScriptGenerator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ function aggregateRuntimeImports(ast: ts.Statement[]) {
8282
);
8383

8484
if (runtimeImports.length > 1) {
85-
console.log("um runtime duplicado");
8685
const namedImports: string[] = [];
8786
runtimeImports.map(node => {
8887
// @ts-ignore

0 commit comments

Comments
 (0)