Removed console.log

This commit is contained in:
Arnaud Vergnet 2020-05-01 17:38:57 +02:00
parent ddfac76f4e
commit d8f7dc72d4

2
App.js
View file

@ -69,7 +69,6 @@ export default class App extends React.Component<Props, State> {
this.loadAssetsAsync().then(() => {
this.onLoadFinished();
});
console.log("USING HERMES:" + global.HermesInternal !== null);
}
/**
@ -172,7 +171,6 @@ export default class App extends React.Component<Props, State> {
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();
}