Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
Remove log in example app
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed May 18, 2020
1 parent 43e8b4a commit fdccd6a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions example/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ export default class App extends Component<{}> {
<View style={styles.container}>
<LoginButton
onLoginFinished={(error, data) => {
console.log('AAAA');
setTimeout(() => {
Alert.alert(JSON.stringify(error || data, null, 2));
}, 1000);
Alert.alert(JSON.stringify(error || data, null, 2));
}}
/>
<TouchableHighlight onPress={this._shareLinkWithShareDialog}>
Expand Down

0 comments on commit fdccd6a

Please sign in to comment.