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