Merge pull request #2036 from clarkdo/fix_basic_csr

fix: basic.csr /head error
This commit is contained in:
Sébastien Chopin 2017-11-07 08:19:09 +01:00 committed by GitHub
commit fe69b71631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ function callMiddleware (Components, context, layout) {
async function render (to, from, next) {
if (this._pathChanged === false && this._queryChanged === false) return next()
console.log('Render')
// nextCalled is true when redirected
let nextCalled = false