src/widgets/videojs_plugins/Dailymotion.js
changeset 1079 d4f0681c4ff1
parent 1076 510fd2a482f4
--- a/src/widgets/videojs_plugins/Dailymotion.js	Tue Oct 22 07:19:03 2024 +0200
+++ b/src/widgets/videojs_plugins/Dailymotion.js	Tue Oct 22 09:53:43 2024 +0200
@@ -11,7 +11,6 @@
     super(options, ready);
 
     this.setSrc(this.options_.source);
-    console.log(this.options_.source)
 
     // Set the vjs-dailymotion class to the player
     // Parent is not set yet so we have to wait a tick
@@ -111,7 +110,6 @@
   }
 
   async initDMPlayer() {
-    console.log("INIT DM Player", this._getPlayerConfig());
     if (this.dmPlayer) {
       return;
     }
@@ -135,7 +133,6 @@
     //var vm = this;
     this.isApiReady = true;
     this.dmPlayer.enable_playback_controls = false;
-    console.log("AUTONEXT", this.dmPlayer.enable_playback_controls);
 
     for (const ev in eventMapping) {
       this.dmPlayer.on(ev, (s) => {