From e3a07be12790ddade32caa990a7fb40fb95a211f Mon Sep 17 00:00:00 2001
From: Luke Barnard <luke@matrix.org>
Date: Tue, 1 May 2018 13:14:01 +0100
Subject: [PATCH] Remove GroupStore logging

---
 src/stores/GroupStore.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/stores/GroupStore.js b/src/stores/GroupStore.js
index 23ce5314ec..49596550ea 100644
--- a/src/stores/GroupStore.js
+++ b/src/stores/GroupStore.js
@@ -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) => {