cleanup console.log
This commit is contained in:
parent
117c23fe3f
commit
943c5654c1
1 changed files with 0 additions and 1 deletions
|
@ -273,7 +273,6 @@ class SplashScreen extends React.PureComponent {
|
||||||
|
|
||||||
this.props.fetchRewardedContent();
|
this.props.fetchRewardedContent();
|
||||||
Linking.getInitialURL().then(url => {
|
Linking.getInitialURL().then(url => {
|
||||||
console.log('checking initial url=' + url);
|
|
||||||
if (url) {
|
if (url) {
|
||||||
this.setState({ launchUrl: url });
|
this.setState({ launchUrl: url });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue