summaryrefslogtreecommitdiff
path: root/src/sagas
diff options
context:
space:
mode:
Diffstat (limited to 'src/sagas')
-rw-r--r--src/sagas/topology.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sagas/topology.js b/src/sagas/topology.js
index 6d359534..a15e6a30 100644
--- a/src/sagas/topology.js
+++ b/src/sagas/topology.js
@@ -51,7 +51,7 @@ function* fetchTile(tile) {
if (!tile.objectType) {
return;
}
- console.log(tile);
+
switch (tile.objectType) {
case "RACK":
const rack = yield fetchAndStoreRackOnTile(tile.objectId, tile.id);