mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +00:00
fix: Remove useless console.log
This commit is contained in:
parent
de02ea4b5d
commit
e8532dc80c
@ -137,7 +137,6 @@ export async function setContext(app, context) {
|
||||
if (pathType === 'object') {
|
||||
path = app.router.resolve(path).href
|
||||
}
|
||||
console.log(path, query)
|
||||
// "/absolute/route", "./relative/route" or "../relative/route"
|
||||
if (/(^[.]{1,2}\/)|(^\/(?!\/))/.test(path)) {
|
||||
app.context.next({
|
||||
|
Loading…
Reference in New Issue
Block a user