diff options
Diffstat (limited to 'src/js/plyr.js')
-rw-r--r-- | src/js/plyr.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js index 69d93f45..7c07e952 100644 --- a/src/js/plyr.js +++ b/src/js/plyr.js @@ -1,6 +1,6 @@ // ========================================================================== // Plyr -// plyr.js v3.0.4 +// plyr.js v3.0.5 // https://github.com/sampotts/plyr // License: The MIT License (MIT) // ========================================================================== @@ -1019,8 +1019,6 @@ class Plyr { // then set the timer to hide the controls if (!show || this.playing) { this.timers.controls = setTimeout(() => { - console.warn(this.elements.controls.pressed, this.elements.controls.hover, delay); - // If the mouse is over the controls (and not entering fullscreen), bail if ((this.elements.controls.pressed || this.elements.controls.hover) && !isEnterFullscreen) { return; |