Skip to content

Commit 406e070

Browse files
committed
Removed console logs
1 parent 573fce9 commit 406e070

File tree

1 file changed

+0
-1
lines changed
  • packages/destination-actions/src/destinations/mixpanel/trackPurchase

1 file changed

+0
-1
lines changed

packages/destination-actions/src/destinations/mixpanel/trackPurchase/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ const processData = async (request: RequestClient, settings: Settings, payload:
6161
})
6262
const response = await callMixpanelApi(request, settings, events, false)
6363
const multiStatusResponse = handleMixPanelApiResponse(payload.length, response, sentEvents)
64-
console.log('features', features && features['mixpanel-multistatus'])
6564
return features && features['mixpanel-multistatus'] ? multiStatusResponse : response
6665
}
6766

0 commit comments

Comments
 (0)