remove logs
This commit is contained in:
committed by
Sabe Jones
parent
db4bec37e3
commit
982069df36
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user