removed debug printf. popcorn-port
authorhamidouk
Mon, 19 Dec 2011 12:30:45 +0100
branchpopcorn-port
changeset 480 043a159c75f0
parent 479 24308670f1bb
child 481 a46cfeee6d77
removed debug printf.
src/js/widgets/tooltipWidget.js
--- a/src/js/widgets/tooltipWidget.js	Mon Dec 19 12:30:36 2011 +0100
+++ b/src/js/widgets/tooltipWidget.js	Mon Dec 19 12:30:45 2011 +0100
@@ -36,7 +36,6 @@
 };
 
 IriSP.TooltipWidget.prototype.hide = function() {                                                   
-  console.log("hide");  
   this.selector.find(".tip").hide();
   this._shown = false;  
 };