mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-24 06:35:37 +00:00
remove logs
This commit is contained in:
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 }));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue