remove debugging code
[roojs1] / ux / Lightbox.js
index c21bc12..1091755 100644 (file)
@@ -443,11 +443,6 @@ Roo.apply(Roo.ux.Lightbox.prototype,
         // once image is preloaded, resize image container
 
         imgPreloader.on('load', function() {
-            Roo.log('this.imageArray[this.activeImage].dom.lwidth');
-            Roo.log(this.imageArray[this.activeImage].dom.lwidth);
-            
-            Roo.log('this.imageArray[this.activeImage].dom.lheight');
-            Roo.log(this.imageArray[this.activeImage].dom.lheight);
             
             this.lightboximage.dom.src = this.imageArray[this.activeImage].href || 
                 this.imageArray[this.activeImage].dom.href || this.imageArray[this.activeImage].dom.src;