Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 3abe014

Browse files
committed
refactor: remove debug log
1 parent 7c67020 commit 3abe014

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/app.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,6 @@ export class Application implements ServerApplication {
10551055
}
10561056

10571057
const t = performance.now()
1058-
console.log('-', url, source.type)
10591058
const { code, deps, starExports, map } = await transform(url, source.code, {
10601059
...this.defaultCompileOptions,
10611060
swcOptions: {

0 commit comments

Comments
 (0)