diff --git a/layouts/v7/modules/Settings/Workflows/resources/AdvanceFilter.js b/layouts/v7/modules/Settings/Workflows/resources/AdvanceFilter.js index efa5a1ac09a0642424764a72c859da68d5be732c..cd60ca0227165bc5eecb3f58dc77aa57819190bb 100644 --- a/layouts/v7/modules/Settings/Workflows/resources/AdvanceFilter.js +++ b/layouts/v7/modules/Settings/Workflows/resources/AdvanceFilter.js @@ -388,7 +388,6 @@ Vtiger_Time_Field_Js('Workflows_Time_Field_Js',{},{ * Function to get the user time format */ getTimeFormat : function(){ - console.log(this.get('time-format')) return this.get('time-format'); },