Commit c7679ea6 by Valera Rozuvan

Removed debugging comments.

parent a0f46dae
...@@ -232,8 +232,6 @@ this.HTML5Video = (function () { ...@@ -232,8 +232,6 @@ this.HTML5Video = (function () {
_this.playerState = HTML5Video.PlayerState.PAUSED; _this.playerState = HTML5Video.PlayerState.PAUSED;
console.log('canplay listener: _this.playerState = ' + _this.playerState + '.');
if (_this.start > _this.video.duration) { if (_this.start > _this.video.duration) {
_this.start = 0; _this.start = 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment