summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/viewer/player/player.container.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-11-16 17:12:36 +0100
committerJules Laplace <julescarbon@gmail.com>2020-11-16 17:12:36 +0100
commit45d27cf690dc2a564563aebf5488e297255e5735 (patch)
tree09a4cba7210c0a4f11639ec5193b0d42f46b2929 /animism-align/frontend/app/views/viewer/player/player.container.js
parent92881093ae19e4d76193447c187028aee5cbe4c7 (diff)
document, remove stray console logs!
Diffstat (limited to 'animism-align/frontend/app/views/viewer/player/player.container.js')
-rw-r--r--animism-align/frontend/app/views/viewer/player/player.container.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/viewer/player/player.container.js b/animism-align/frontend/app/views/viewer/player/player.container.js
index 0bf64d1..87a325b 100644
--- a/animism-align/frontend/app/views/viewer/player/player.container.js
+++ b/animism-align/frontend/app/views/viewer/player/player.container.js
@@ -83,7 +83,7 @@ class PlayerContainer extends Component {
// console.log('inCurrentSection?', inCurrentSection)
// console.log('didSeek?', didSeek)
// if the current TS isn't in the same section as the current one...
- console.log(currentSection.start_ts, play_ts, currentSection.end_ts)
+ // console.log(currentSection.start_ts, play_ts, currentSection.end_ts)
if (inCurrentSection) {
return
}