rm unnecessary console.log
This commit is contained in:
		@@ -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
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user