ux/Lightbox.js
authorEdward <edward@roojs.com>
Thu, 13 Mar 2014 10:36:07 +0000 (18:36 +0800)
committerEdward <edward@roojs.com>
Thu, 13 Mar 2014 10:36:07 +0000 (18:36 +0800)
ux/Lightbox.js

index 4ee683d..d2bcbc7 100644 (file)
@@ -460,7 +460,7 @@ Roo.apply(Roo.ux.Lightbox.prototype,
     //  resizeImageContainer()
     //
     resizeImageContainer: function(imgWidth, imgHeight) {
-        Roo.log(imgWidth);
+
         // make sure we have some sensible sizes..
         imgWidth = Math.max(50, imgWidth);
         imgHeight = Math.max(50, imgHeight);