From d014d9eb5475985c58f3c53e586122be0e1816e9 Mon Sep 17 00:00:00 2001 From: farfromrefug Date: Wed, 8 Jan 2025 14:41:36 +0100 Subject: [PATCH] chore: cleanup --- nativescript.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/nativescript.config.js b/nativescript.config.js index 46185a2d..5985bfa2 100644 --- a/nativescript.config.js +++ b/nativescript.config.js @@ -3,7 +3,6 @@ const sentryEnabled = !!process.env['NS_SENTRY']; const loggingEnabled = !!process.env['NS_LOGGING']; const playstoreBuild = !!process.env['PLAY_STORE_BUILD']; -console.log('playstoreBuild', playstoreBuild) module.exports = { ignoredNativeDependencies: [].concat(sentryEnabled ? [] : ['@nativescript-community/sentry']).concat(playstoreBuild ? [] : ['@akylas/nativescript-inapp-purchase']), id: process.env['APP_ID'],