forked from vergnet/application-amicale
Removed console.log
This commit is contained in:
parent
ddfac76f4e
commit
d8f7dc72d4
1 changed files with 0 additions and 2 deletions
2
App.js
2
App.js
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue