removes console log

This commit is contained in:
weryques 2018-07-03 11:05:09 -03:00
parent 6ca0229b15
commit 8b9f345e3b
1 changed files with 0 additions and 2 deletions

View File

@ -65,8 +65,6 @@ export default {
}); });
}, },
updateSearch() { updateSearch() {
console.log(this.$route);
if(this.$route.path != '/items') { if(this.$route.path != '/items') {
this.$router.push({ this.$router.push({
path: '/items', path: '/items',