Roo/bootstrap/MasonryBrick.js
authorjohn <john@roojs.com>
Thu, 14 Dec 2017 10:05:33 +0000 (18:05 +0800)
committerjohn <john@roojs.com>
Thu, 14 Dec 2017 10:05:33 +0000 (18:05 +0800)
Roo/bootstrap/MasonryBrick.js

index 2fd17ce..d7cb044 100644 (file)
@@ -482,13 +482,11 @@ Roo.extend(Roo.bootstrap.MasonryBrick, Roo.bootstrap.Component,  {
         if ( index > -1) {
             m.selectedBrick.splice(index,1);
             this.el.removeClass(this.activeClass);
-            Roo.log(m.selectedBrick);
             return;
         }
         
         m.selectedBrick.push(this.id);
         this.el.addClass(this.activeClass);
-        Roo.log(m.selectedBrick);
         return;
     }