remove silly console.log
This commit is contained in:
parent
2c871781a1
commit
a3e769223b
1 changed files with 0 additions and 1 deletions
|
@ -2733,7 +2733,6 @@ QuestsControl = ExpandingControl.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
reloadQuests: async function() {
|
reloadQuests: async function() {
|
||||||
console.log(this);
|
|
||||||
const activeQuests = this._activeQuests;
|
const activeQuests = this._activeQuests;
|
||||||
const removed = this._loadedQuests.difference(activeQuests);
|
const removed = this._loadedQuests.difference(activeQuests);
|
||||||
const added = activeQuests.difference(this._loadedQuests);
|
const added = activeQuests.difference(this._loadedQuests);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue