Skip to content

Commit

Permalink
chore: remove debug log MP-921
Browse files Browse the repository at this point in the history
  • Loading branch information
emuvente committed Oct 8, 2024
1 parent 3e05e03 commit 9e1a7f7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/Thanks/BadgesCustomization.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ import DiscoverSection from '#src/components/Thanks/Badges/DiscoverSection';
import DetailSection from '#src/components/Thanks/Badges/DetailSection';
import FirstScreen from '#src/components/Thanks/Badges/FirstScreen';
import RevealedBadge from '#src/components/Thanks/Badges/RevealedBadge';
import logFormatter from '#src/util/logFormatter';
export default {
name: 'BadgesCustomization',
Expand Down Expand Up @@ -214,12 +213,6 @@ export default {
if (badge.category.themes) {
const themes = loan?.themes ?? [];
logFormatter('thanks badge themes', 'info', {
loan,
loanThemes: loan?.themes,
themes,
typeofThemes: typeof themes
});
matches = matches && badge.category.themes.some(theme => themes.includes(theme));
}
Expand Down

0 comments on commit 9e1a7f7

Please sign in to comment.