mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +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') {
|
if (pathType === 'object') {
|
||||||
path = app.router.resolve(path).href
|
path = app.router.resolve(path).href
|
||||||
}
|
}
|
||||||
console.log(path, query)
|
|
||||||
// "/absolute/route", "./relative/route" or "../relative/route"
|
// "/absolute/route", "./relative/route" or "../relative/route"
|
||||||
if (/(^[.]{1,2}\/)|(^\/(?!\/))/.test(path)) {
|
if (/(^[.]{1,2}\/)|(^\/(?!\/))/.test(path)) {
|
||||||
app.context.next({
|
app.context.next({
|
||||||
|
Loading…
Reference in New Issue
Block a user