fix: Remove useless console.log

This commit is contained in:
Sébastien Chopin 2018-01-15 13:51:25 +01:00
parent de02ea4b5d
commit e8532dc80c
1 changed files with 0 additions and 1 deletions

View File

@ -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({