rm unnecessary console.log

This commit is contained in:
Pan
2018-09-06 13:18:34 +08:00
parent fa54b927f7
commit c58bce603b
3 changed files with 0 additions and 3 deletions

View File

@@ -23,7 +23,6 @@ const tagsView = {
for (const [i, v] of state.visitedViews.entries()) {
if (v.path === view.path) {
state.visitedViews.splice(i, 1)
console.log('1')
break
}
}