Skip to content

Commit

Permalink
fix: remove log from dcm_floodlight
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Sankeerth <[email protected]>
  • Loading branch information
Sai Sankeerth committed Dec 14, 2023
1 parent eb28f4a commit ac684d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cdk/v2/destinations/dcm_floodlight/procWorkflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ac684d6

Please sign in to comment.