diff options
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/src/sagas/prefabs.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/sagas/prefabs.js b/frontend/src/sagas/prefabs.js index 94570404..1756095c 100644 --- a/frontend/src/sagas/prefabs.js +++ b/frontend/src/sagas/prefabs.js @@ -5,6 +5,7 @@ import {getTopologyAsObject} from "./objects"; export function* onAddPrefab(action) { try { + //console.log("DEBUG: " + state.objects.tile[state.interactionLevel.tileId].rack._id) const currentRackId = yield select((state) => state.objects.tile[state.interactionLevel.tileId].rack._id) const currentRackJson = yield call(getTopologyAsObject, currentRackId) //TODO: yield call the function in saga to export the specific part of the topology |
