@eluvio/elv-player-js 1.0.119 → 1.0.120
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/PlayerControls.js +0 -1
package/package.json
CHANGED
package/src/PlayerControls.js
CHANGED
|
@@ -186,7 +186,6 @@ export const InitializeTicketPrompt = (target, callback) => {
|
|
|
186
186
|
|
|
187
187
|
class PlayerControls {
|
|
188
188
|
constructor({target, video, playerOptions, posterUrl, className}) {
|
|
189
|
-
console.log(new Error("init player controls"))
|
|
190
189
|
this.target = target;
|
|
191
190
|
this.video = video;
|
|
192
191
|
this.playerOptions = playerOptions;
|