remove logs

This commit is contained in:
Phillip Thelen
2024-01-31 23:31:14 +01:00
committed by Sabe Jones
parent db4bec37e3
commit 982069df36
2 changed files with 0 additions and 5 deletions
@@ -108,7 +108,6 @@ export default async function purchase (user, req = {}, analytics) {
}
} else if (item.event && item.event.gear) {
const matchers = getScheduleMatchingGroup('seasonalGear');
console.log(matchers);
if (!matchers.match(item.set)) {
throw new NotAuthorized(i18n.t('messageNotAvailable', req.language));
}