Skip to content

Commit ee147c9

Browse files
remove debug logs
1 parent 4af134d commit ee147c9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/dev/dev_build_cache.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -525,11 +525,6 @@ export function generateServerEntry(
525525
snapshotSpecifier: string;
526526
},
527527
): string {
528-
// deno-lint-ignore no-console
529-
console.log("server entry", {
530-
root: options.root,
531-
});
532-
533528
let rootPath = `path.join(import.meta.dirname, ${
534529
JSON.stringify(options.root)
535530
})`;

0 commit comments

Comments
 (0)