Removes console log

This commit is contained in:
Mateus Machado Luna 2018-09-13 10:20:03 -03:00
parent dfd2e5b650
commit 5bbb1bc10c
1 changed files with 1 additions and 2 deletions

View File

@ -120,8 +120,7 @@ export const ThemeItemsListing = new Vue({
if (this.$el.attributes['enabled-view-modes'] != undefined) if (this.$el.attributes['enabled-view-modes'] != undefined)
this.enabledViewModes = this.$el.attributes['enabled-view-modes'].value.split(','); this.enabledViewModes = this.$el.attributes['enabled-view-modes'].value.split(',');
console.log(this.enabledViewModes)
console.log(this.defaultViewMode)
if (this.$el.attributes['term-id'] != undefined) if (this.$el.attributes['term-id'] != undefined)
this.termId = this.$el.attributes['term-id'].value; this.termId = this.$el.attributes['term-id'].value;
if (this.$el.attributes['taxonomy'] != undefined) if (this.$el.attributes['taxonomy'] != undefined)