removes console log
This commit is contained in:
parent
6ca0229b15
commit
8b9f345e3b
|
@ -65,8 +65,6 @@ export default {
|
|||
});
|
||||
},
|
||||
updateSearch() {
|
||||
console.log(this.$route);
|
||||
|
||||
if(this.$route.path != '/items') {
|
||||
this.$router.push({
|
||||
path: '/items',
|
||||
|
|
Loading…
Reference in New Issue