remove silly console.log

This commit is contained in:
Gwendolyn 2024-12-26 02:32:36 +01:00
parent 2c871781a1
commit a3e769223b

View file

@ -2733,7 +2733,6 @@ QuestsControl = ExpandingControl.extend({
},
reloadQuests: async function() {
console.log(this);
const activeQuests = this._activeQuests;
const removed = this._loadedQuests.difference(activeQuests);
const added = activeQuests.difference(this._loadedQuests);