cleanup console.log

This commit is contained in:
Akinwale Ariwodola 2019-10-31 07:54:42 +01:00
parent 117c23fe3f
commit 943c5654c1

View file

@ -273,7 +273,6 @@ class SplashScreen extends React.PureComponent {
this.props.fetchRewardedContent();
Linking.getInitialURL().then(url => {
console.log('checking initial url=' + url);
if (url) {
this.setState({ launchUrl: url });
}