src/js/widgets/playerWidget.js
branchpopcorn-port
changeset 444 9e58d99a4ae4
parent 440 bf9307640e55
child 446 d801a7f9c7c5
--- a/src/js/widgets/playerWidget.js	Fri Dec 09 15:34:53 2011 +0100
+++ b/src/js/widgets/playerWidget.js	Fri Dec 09 15:35:03 2011 +0100
@@ -75,7 +75,6 @@
 */
 IriSP.PlayerWidget.prototype.playButtonUpdater = function() {
   var status = this._Popcorn.media.paused;
-  console.log("called!");
   
   if ( status == true ){        
     this.selector.find(".Ldt-CtrlPlay").attr("title", "Play");