Remove GroupStore logging

pull/21833/head
Luke Barnard 2018-05-01 13:14:01 +01:00
parent 6ec9e5f670
commit e3a07be127
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ class GroupStore extends EventEmitter {
clientPromise.then((result) => {
this._state[stateKey][groupId] = result;
console.info(this._state);
this._ready[stateKey][groupId] = true;
this._notifyListeners();
}).catch((err) => {