Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Nov 28, 2023
1 parent 206fab5 commit 41c0756
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/Icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ class UIcons {
setSelection(categories, value) {
if (typeof categories === 'object') {
Object.keys(categories).forEach((category) => {
console.log(category, categories[category], this[categories[category]])
if (this[categories[category]]) {
this.selected[category] = categories[category]
this.modifiers[category] = this[categories[category]]
Expand Down

0 comments on commit 41c0756

Please sign in to comment.