remove logs

This commit is contained in:
Phillip Thelen
2024-05-03 11:12:41 +02:00
parent dac792dd27
commit 47df62e716
2 changed files with 0 additions and 2 deletions
@@ -136,7 +136,6 @@ export class BuyArmoireOperation extends AbstractGoldItemOperation { // eslint-d
if (this.analytics) {
this._trackDropAnalytics(user._id, drop.key);
}
console.log(drop);
return {
message: this.i18n('armoireFood', {
image: `<span class="Pet_Food_${drop.key} pull-left"></span>`,
@@ -53,7 +53,6 @@ export class BuyQuestWithGemOperation extends AbstractGemItemOperation { // esli
}
const matchers = getScheduleMatchingGroup(`${item.category}Quests`);
console.log(matchers);
if (!matchers.match(item.key)) {
throw new NotAuthorized(this.i18n('notAvailable', { key: item.key }));
}