Skip to content

Commit

Permalink
Remove useless console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Greateck committed Mar 27, 2019
1 parent 2109859 commit 028e3c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/_tag/_username/_permlink/index.vue
Expand Up @@ -42,9 +42,7 @@ export default {
Footer
},
created () {
console.log('mounted');
if ((typeof this.$route.params !== 'undefined') && (typeof this.$route.params.tag !== 'undefined') &&(typeof this.$route.params.username !== 'undefined') && (typeof this.$route.params.permlink !== 'undefined') ) {
console.log('reroute');
this.$router.push({ path: "/"+this.$route.params.username+"/"+this.$route.params.permlink })
}else{
this.errorDisplay = 'Error: Post could not be found!';
Expand Down

0 comments on commit 028e3c6

Please sign in to comment.