From 0f6179706deb9c0a235013bddebc33596eaf08e3 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 23 Jul 2020 22:53:38 +0200 Subject: opening and closing the nav --- animism-align/frontend/app/views/viewer/viewer.actions.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'animism-align/frontend/app/views/viewer/viewer.actions.js') diff --git a/animism-align/frontend/app/views/viewer/viewer.actions.js b/animism-align/frontend/app/views/viewer/viewer.actions.js index 35e26a9..2adde86 100644 --- a/animism-align/frontend/app/views/viewer/viewer.actions.js +++ b/animism-align/frontend/app/views/viewer/viewer.actions.js @@ -14,7 +14,6 @@ export const loadSections = () => dispatch => { const state = store.getState() const { order: annotationOrder, lookup: annotationLookup } = state.annotation.index const { lookup: mediaLookup } = state.media.index - console.log(state.media.index) // loop over the annotations in time order. group the media found in each section. annotationOrder.forEach((annotation_id, i) => { @@ -33,7 +32,7 @@ export const loadSections = () => dispatch => { } }) - console.log(sections) + // console.log(sections) dispatch({ type: types.viewer.load_sections, data: sections }) } -- cgit v1.2.3-70-g09d2