Commit d0f6b59d authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

убрал console.time

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56681 954022d7-b5bf-4e40-9824-e11837661b57
parent fab4f008
...@@ -4941,7 +4941,6 @@ var gUndoInsDelCellsFlag = true; ...@@ -4941,7 +4941,6 @@ var gUndoInsDelCellsFlag = true;
//change current filter after insert column //change current filter after insert column
_editFilterAfterInsertColumn: function(cRange,val,col,type,activeCells) _editFilterAfterInsertColumn: function(cRange,val,col,type,activeCells)
{ {
console.time("test");
var bUndoChanges = this.worksheet.model.workbook.bUndoChanges; var bUndoChanges = this.worksheet.model.workbook.bUndoChanges;
var bRedoChanges = this.worksheet.model.workbook.bRedoChanges; var bRedoChanges = this.worksheet.model.workbook.bRedoChanges;
var ws = this.worksheet; var ws = this.worksheet;
...@@ -5124,7 +5123,6 @@ var gUndoInsDelCellsFlag = true; ...@@ -5124,7 +5123,6 @@ var gUndoInsDelCellsFlag = true;
{ {
aWs.TableParts[cRange.index] = filter; aWs.TableParts[cRange.index] = filter;
}; };
console.timeEnd("test");
}, },
_changeInfoFilterAfterInsertCols: function(filter, type, col, cRange, val, filterColums, activeCells) _changeInfoFilterAfterInsertCols: function(filter, type, col, cRange, val, filterColums, activeCells)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment