From d8f7dc72d454d2fc024b4ffae03c2f71264eb64c Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Fri, 1 May 2020 17:38:57 +0200 Subject: [PATCH] Removed console.log --- App.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/App.js b/App.js index 4923f08..c196579 100644 --- a/App.js +++ b/App.js @@ -69,7 +69,6 @@ export default class App extends React.Component { this.loadAssetsAsync().then(() => { this.onLoadFinished(); }); - console.log("USING HERMES:" + global.HermesInternal !== null); } /** @@ -172,7 +171,6 @@ export default class App extends React.Component { showUpdate: this.storageManager.preferences.updateNumber.current !== Update.number.toString(), showAprilFools: AprilFoolsManager.getInstance().isAprilFoolsEnabled() && this.storageManager.preferences.showAprilFoolsStart.current === '1', }); - console.log('hiding splash'); SplashScreen.hide(); }