Remove console.log statements
This commit is contained in:
parent
e63b2b1c03
commit
a52f0186b3
@ -47,13 +47,11 @@ export class ServerRenderer<A extends Action, D extends IAPIDef>
|
|||||||
</Provider>
|
</Provider>
|
||||||
)
|
)
|
||||||
|
|
||||||
console.log('prepass')
|
|
||||||
await ssrPrepass(element, async (el, component) => {
|
await ssrPrepass(element, async (el, component) => {
|
||||||
if (component && 'fetchData' in component) {
|
if (component && 'fetchData' in component) {
|
||||||
await (component as any).fetchData()
|
await (component as any).fetchData()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
console.log('prepass done')
|
|
||||||
const stream = renderToNodeStream(element)
|
const stream = renderToNodeStream(element)
|
||||||
return stream
|
return stream
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user