Skip to content

Commit f16980a

Browse files
committed
chore: remove extra logs
1 parent 52914c5 commit f16980a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

transform/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,8 +1163,8 @@ export class JSONTransform extends Visitor {
11631163
this.parser.parseFile(readFileSync(path.join(baseDir, "assembly", "index.ts")).toString(), newPath, false);
11641164
}
11651165

1166-
console.log("baseCWD", this.baseCWD);
1167-
console.log("baseDir", baseDir);
1166+
// console.log("baseCWD", this.baseCWD);
1167+
// console.log("baseDir", baseDir);
11681168

11691169
fromPath = fromPath.startsWith("~lib") ? fromPath.slice(5) : path.join(this.baseCWD, fromPath);
11701170

0 commit comments

Comments
 (0)