diff --git a/app/static/js/ascroll.js b/app/static/js/ascroll.js index fef055b..aadfa98 100644 --- a/app/static/js/ascroll.js +++ b/app/static/js/ascroll.js @@ -173,7 +173,6 @@ function renderAnnotation(config, video, root, clip) { updatePlayer(video, frame, annotation['in'], annotation['out'], src, config) } })) - console.log('add resize') window.addEventListener('resize', () => { var visible = video._frame == frame; if (config.loaded && visible) {