From 1b09fadbd14ba69a6adff57c87a1a7998e68f06e Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 22 Jul 2020 15:20:19 +0200 Subject: Remove topology print --- frontend/src/sagas/objects.js | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/src/sagas') 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 } -- cgit v1.2.3