diff --git a/expo/withAppsFlyerAndroid.js b/expo/withAppsFlyerAndroid.js index 24ee78ff..179c1412 100644 --- a/expo/withAppsFlyerAndroid.js +++ b/expo/withAppsFlyerAndroid.js @@ -51,12 +51,10 @@ function withCustomAndroidManifest(config) { module.exports = function withAppsFlyerAndroid(config, { shouldUsePurchaseConnector = false } = {}) { if (shouldUsePurchaseConnector) { config = addPurchaseConnectorFlag(config); - } else { - console.log('[AppsFlyerPlugin] Purchase Connector disabled, skipping gradle property injection'); } // Always apply Android manifest modifications for secure data handling config = withCustomAndroidManifest(config); return config; -}; \ No newline at end of file +};