From 0621c43ca4a4c04462e918ad933f50b2c2ffed46 Mon Sep 17 00:00:00 2001 From: Sai Sankeerth Date: Mon, 18 Dec 2023 13:14:22 +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 fbd8fb74988..db7871a7b79 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: |