From ac684d68a62b55d2e26e235d4ecaf333f9243d1b Mon Sep 17 00:00:00 2001 From: Sai Sankeerth Date: Thu, 14 Dec 2023 14:36:14 +0530 Subject: [PATCH] fix: remove log from dcm_floodlight Signed-off-by: Sai Sankeerth --- src/cdk/v2/destinations/dcm_floodlight/procWorkflow.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cdk/v2/destinations/dcm_floodlight/procWorkflow.yaml b/src/cdk/v2/destinations/dcm_floodlight/procWorkflow.yaml index fbd8fb7498..db7871a7b7 100644 --- a/src/cdk/v2/destinations/dcm_floodlight/procWorkflow.yaml +++ b/src/cdk/v2/destinations/dcm_floodlight/procWorkflow.yaml @@ -84,7 +84,6 @@ steps: $.transformCustomVariable(conversionEvent.customVariables || [], .message) ); $.context.salesTag = conversionEvent.salesTag; - console.log("$.context.salesTag", $.context.salesTag); - name: handleSalesTag condition: $.context.salesTag template: |