remove logging

This commit is contained in:
j 2022-09-26 13:35:59 +01:00
parent c32d2ec57a
commit 3c01a62eff

View file

@ -173,7 +173,6 @@ function renderAnnotation(config, video, root, clip) {
updatePlayer(video, frame, annotation['in'], annotation['out'], src, config) updatePlayer(video, frame, annotation['in'], annotation['out'], src, config)
} }
})) }))
console.log('add resize')
window.addEventListener('resize', () => { window.addEventListener('resize', () => {
var visible = video._frame == frame; var visible = video._frame == frame;
if (config.loaded && visible) { if (config.loaded && visible) {