Removed debugging comments.

This commit is contained in:
Valera Rozuvan
2013-02-15 18:12:53 +02:00
parent a0f46dae49
commit c7679ea624

View File

@@ -232,8 +232,6 @@ this.HTML5Video = (function () {
_this.playerState = HTML5Video.PlayerState.PAUSED;
console.log('canplay listener: _this.playerState = ' + _this.playerState + '.');
if (_this.start > _this.video.duration) {
_this.start = 0;
}