diff --git a/src/helpers/dataProcessors/filterFlowItems.ts b/src/helpers/dataProcessors/filterFlowItems.ts index 3273f27..69f681e 100644 --- a/src/helpers/dataProcessors/filterFlowItems.ts +++ b/src/helpers/dataProcessors/filterFlowItems.ts @@ -35,7 +35,6 @@ export const filterFlowItems = (data: PanelData, options: any, setFlowData: Func isMethodDisabled || isTypeDisabled || isCallidDisabled - console.log(getOptionValue(options.details)) return { messageID: getOptionValue(options.colorGenerator) || 'Title', details: getOptionValue(options.details) || '',