Skip to content

Commit

Permalink
[#31420] Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-viget committed Sep 19, 2024
1 parent 5cdf559 commit a7da4c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/js/components/Concept/Default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ export default {
return this.cats.map((cat) => cat.id);
},
hasEmptyCategory() {
console.log( 'cats', this.cats );
return !!(
this.cats.length &&
!this.cats[
Expand Down

0 comments on commit a7da4c0

Please sign in to comment.