Remove GroupStore logging

This commit is contained in:
Luke Barnard 2018-05-01 13:14:01 +01:00
parent 6ec9e5f670
commit e3a07be127

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) => {