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

Commit c542024

Browse files
author
Je
committed
refactor: remove renderer debug message
1 parent f4d367a commit c542024

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

project.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,12 +1331,6 @@ export class Project {
13311331
...pageModuleTree.map(({ id }) => this._lookupDeps(id).filter(dep => !!dep.isStyle)).flat()
13321332
].flat()
13331333
)
1334-
console.log('---', {
1335-
head,
1336-
body,
1337-
data,
1338-
scripts
1339-
})
13401334
ret.head = head
13411335
ret.scripts = await Promise.all(scripts.map(async (script: Record<string, any>) => {
13421336
if (script.innerText && !this.isDev) {
@@ -1376,12 +1370,6 @@ export class Project {
13761370
[],
13771371
e404Module ? this._lookupDeps(e404Module.id).filter(dep => !!dep.isStyle) : []
13781372
)
1379-
console.log('---', {
1380-
head,
1381-
body,
1382-
data,
1383-
scripts
1384-
})
13851373
ret.head = head
13861374
ret.scripts = await Promise.all(scripts.map(async (script: Record<string, any>) => {
13871375
if (script.innerText && !this.isDev) {

0 commit comments

Comments
 (0)