From d25fc9d9fb2ad82a9e4431bd415fdb0a6183f096 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 2 Aug 2018 19:37:27 +0100 Subject: [PATCH] Revert 3f0c948387ea9a1928dc18e368a9929799b70749 ...as hopefully this should work now sanitize-html is fixed? --- src/stores/GroupStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/GroupStore.js b/src/stores/GroupStore.js index 526fca548a..bc2be37f51 100644 --- a/src/stores/GroupStore.js +++ b/src/stores/GroupStore.js @@ -147,7 +147,7 @@ class GroupStore extends EventEmitter { return; } - console.error(`Failed to get resource ${stateKey} for ${groupId}`, err.stack); + console.error(`Failed to get resource ${stateKey} for ${groupId}`, err); this.emit('error', err, groupId); }).finally(() => { // Indicate finished request, allow for future fetches