remove logging
This commit is contained in:
parent
c32d2ec57a
commit
3c01a62eff
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue