Roo/grid/ColumnModel.js
authoredward <edward@roojs.com>
Mon, 18 Jul 2016 04:31:10 +0000 (12:31 +0800)
committeredward <edward@roojs.com>
Mon, 18 Jul 2016 04:31:10 +0000 (12:31 +0800)
Roo/grid/ColumnModel.js

index 6ad0396..e9e7624 100644 (file)
@@ -248,9 +248,6 @@ Roo.extend(Roo.grid.ColumnModel, Roo.util.Observable, {
     },
 
     isLocked : function(colIndex){
-        Roo.log('isLOcked');
-        Roo.log(colIndex);
-        Roo.log(this.config[colIndex].locked);
         return this.config[colIndex].locked === true;
     },
 
@@ -275,8 +272,6 @@ Roo.extend(Roo.grid.ColumnModel, Roo.util.Observable, {
     },
 
     getLockedCount : function(){
-        Roo.log('getLockedCOunt');
-        Roo.log(this.config.length);
         for(var i = 0, len = this.config.length; i < len; i++){
             if(!this.isLocked(i)){
                 return i;