remove debugging code
[roojs1] / ux / Lightbox.js
index 1903892..1091755 100644 (file)
@@ -471,13 +471,12 @@ Roo.apply(Roo.ux.Lightbox.prototype,
         
         //fixme need better calcs.
         var w = window;
-        Roo.log(w);
         var ww = w.innerWidth || (w.document.documentElement.clientWidth || w.document.body.clientWidth);
         var wh = w.innerHeight || (w.document.documentElement.clientHeight || w.document.body.clientHeight);
         
         ww -= 150;
         wh -= 150;
-        Roo.log(ww);
+        
         // get new width and height
         var bs =  this.borderSize * 2;