diff --git a/src/components/FormField/components/CriteriaTable/RenderTable/components/LastRowCell/index.js b/src/components/FormField/components/CriteriaTable/RenderTable/components/LastRowCell/index.js index e4a7f75..1c2dcc2 100644 --- a/src/components/FormField/components/CriteriaTable/RenderTable/components/LastRowCell/index.js +++ b/src/components/FormField/components/CriteriaTable/RenderTable/components/LastRowCell/index.js @@ -3,8 +3,6 @@ import getNumberFormatted from '../../../../../../../helpers/getNumberFormatted' const LastRowCell = ({columnId, lastRowCfg, columnMeta = {}, tableValue = []}) => { const cellData = head(lastRowCfg.filter(o => !isNil(o[columnId]))); - console.log('LastRowCell Rendered', {columnId, lastRowCfg, columnMeta, tableValue}); - console.log('cellData', cellData) let cellValue = cellData[columnId]; if (columnMeta.enableFormula) {