Skip to content

Commit

Permalink
fix: removed console statement (#3927)
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishmalik authored Dec 10, 2024
1 parent a246293 commit aa352ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/v0/destinations/braze/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,6 @@ const processBatch = (transformedEvents) => {
prepareGroupAndAliasBatch(mergeUsersArrayChunks, responseArray, destination, 'merge');

if (successMetadata.length > 0) {
console.log(`Response 1 batchRequest ${JSON.stringify(responseArray)}`);
finalResponse.push({
batchedRequest: responseArray,
metadata: successMetadata,
Expand Down

0 comments on commit aa352ab

Please sign in to comment.