mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
disable console log
This commit is contained in:
parent
cf58f299d8
commit
48f617d174
@ -17,7 +17,7 @@ export async function render (req, res) {
|
||||
if (!this.renderer || !this.appTemplate) {
|
||||
return new Promise((resolve) => {
|
||||
setTimeout(() => {
|
||||
debug('Waiting for renderer to be ready')
|
||||
// debug('Waiting for renderer to be ready')
|
||||
resolve(this.render(req, res))
|
||||
}, 1000)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user