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() {
|
||||
console.log(this);
|
||||
const activeQuests = this._activeQuests;
|
||||
const removed = this._loadedQuests.difference(activeQuests);
|
||||
const added = activeQuests.difference(this._loadedQuests);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue