summaryrefslogtreecommitdiff
path: root/frontend/src/sagas/objects.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/sagas/objects.js')
-rw-r--r--frontend/src/sagas/objects.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/sagas/objects.js b/frontend/src/sagas/objects.js
index 9dc65be1..83d71a42 100644
--- a/frontend/src/sagas/objects.js
+++ b/frontend/src/sagas/objects.js
@@ -128,7 +128,6 @@ export const fetchAndStoreTopology = function* (id) {
topology = (({ _id, name, rooms }) => ({ _id, name, roomIds: rooms.map((r) => r._id) }))(fullTopology)
yield put(addToStore('topology', topology))
- console.log('Full topology after insertion', fullTopology)
// TODO consider pushing the IDs
}