removed debug printf. popcorn-port
authorhamidouk
Thu, 01 Dec 2011 16:39:34 +0100
branchpopcorn-port
changeset 379 9ec3b6858454
parent 378 110311d59b2f
child 380 4b74494bd129
removed debug printf.
src/js/widgets/polemicWidget.js
--- a/src/js/widgets/polemicWidget.js	Thu Dec 01 16:20:39 2011 +0100
+++ b/src/js/widgets/polemicWidget.js	Thu Dec 01 16:39:34 2011 +0100
@@ -35,7 +35,6 @@
   
   // Make and define the Raphael area
   this.paper = Raphael(document.getElementById(this._id), config.width, config.height);
-  console.log(config.height);
 };
 
 IriSP.PolemicWidget.prototype = new IriSP.Widget();