@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eluvio/elv-player-js",
3
- "version": "1.0.119",
3
+ "version": "1.0.120",
4
4
  "description": "![Eluvio Logo](src/static/images/Logo.png \"Eluvio Logo\")",
5
5
  "main": "src/index.js",
6
6
  "license": "MIT",
@@ -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;