Skip to content

Commit

Permalink
remove logging haha
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkIntaqt committed Dec 22, 2023
1 parent fc6c100 commit c1eef84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module/user/orderChallenges.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export function removeUnnecessaryChallenges(challengesArray, filters, masterOnly

challenge.push(pushLater)

console.log(filters);
if (filters.category.length > 0 && !filters.category.includes(parentId.toString())) {
if (filters.category.includes("retired-seasonal")) {
if (parentId !== 2022000) {
Expand Down

0 comments on commit c1eef84

Please sign in to comment.