Skip to content

Commit

Permalink
Remove console.log from gb
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfkid200444 committed Dec 18, 2023
1 parent 2dd56a7 commit b3b0d31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/globalBadges/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export default {
if (storage.customs) {
if (key === "customBadgesArray") return;
}
console.log(key)
switch (key) {
case "customBadgesArray":
if (value) {
Expand Down

0 comments on commit b3b0d31

Please sign in to comment.