src/js/widgets/polemicWidget.js
branchpopcorn-port
changeset 379 9ec3b6858454
parent 357 6edf399cfa26
child 395 5766e8238aaf
--- 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();