mirror of
https://github.com/HabitRPG/habitica.git
synced 2026-04-23 21:59:50 -05:00
remove logs
This commit is contained in:
@@ -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 }));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user