diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-11-16 17:12:36 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-11-16 17:12:36 +0100 |
| commit | 45d27cf690dc2a564563aebf5488e297255e5735 (patch) | |
| tree | 09a4cba7210c0a4f11639ec5193b0d42f46b2929 /animism-align/frontend/app/views/viewer/nav/nav.parent.js | |
| parent | 92881093ae19e4d76193447c187028aee5cbe4c7 (diff) | |
document, remove stray console logs!
Diffstat (limited to 'animism-align/frontend/app/views/viewer/nav/nav.parent.js')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/nav/nav.parent.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/viewer/nav/nav.parent.js b/animism-align/frontend/app/views/viewer/nav/nav.parent.js index cb83f94..0ad04c7 100644 --- a/animism-align/frontend/app/views/viewer/nav/nav.parent.js +++ b/animism-align/frontend/app/views/viewer/nav/nav.parent.js @@ -61,7 +61,7 @@ class NavParent extends Component { e && e.preventDefault() e && e.stopPropagation() const { viewer } = this.props - console.log('>> SEEK', viewer.nextSection) + // console.log('>> SEEK', viewer.nextSection) if (viewer.nextSection) { actions.viewer.seekToSection(viewer.nextSection) } else { |
