Skip to content

Commit

Permalink
feat: #841/remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvetelina-e-y committed May 18, 2020
1 parent 3bb0333 commit 66aa354
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -124,7 +124,6 @@ export class ProductCategoriesComponent extends TranslationBaseComponent
}

selectProductCategory($event: SelectedProductCategory) {
console.log($event);
if ($event.isSelected) {
this.selectedItem = $event.data;
this.disableButton = false;
Expand Down

0 comments on commit 66aa354

Please sign in to comment.