diff --git a/src/components/Common/CommonBase.js b/src/components/Common/CommonBase.js index efe8798..d8107be 100644 --- a/src/components/Common/CommonBase.js +++ b/src/components/Common/CommonBase.js @@ -1304,7 +1304,6 @@ export default (ChildComponent) => { reocrdRules: true, onSaveState: this.handleSaveState, }) - console.log('=====jsCondition', jsCondition, flag); } else if (bFilterName !== undefined && bFilterCondition !== undefined && bFilterValue !== undefined) { const currentValue = masterData[bFilterName]; flag = this.handleCompareValues(currentValue, bFilterValue, bFilterCondition);