Web: Components: TabledHeader: removed log

This commit is contained in:
Nikita Gopienko 2024-08-16 16:07:08 +03:00
parent 0a4eec1f9e
commit 034dd5026e

View File

@ -233,11 +233,6 @@ class TableHeaderComponent extends React.Component<
const defaultSize = columns[activeColumnIndex - 1].defaultSize; const defaultSize = columns[activeColumnIndex - 1].defaultSize;
if (!Array.isArray(clearSize)) {
console.log("addNewColumns clearSize", clearSize);
return true;
}
const indexOfMaxSize = clearSize.findLastIndex((s) => s === maxSize); const indexOfMaxSize = clearSize.findLastIndex((s) => s === maxSize);
const addedColumn = 1; const addedColumn = 1;