Remove redundant logs and store tracks properly

This commit is contained in:
Lei Nelissen
2020-07-06 16:56:23 +02:00
parent 5e8fb1de9f
commit 4476ac8e54
5 changed files with 4 additions and 8 deletions

View File

@@ -30,7 +30,6 @@ class CredentialGenerator extends Component<Props> {
handleMessage = (event: WebViewMessageEvent) => {
// GUARD: Something must be returned for this thing to work
console.log(event.nativeEvent.data);
if (!event.nativeEvent.data) {
return;
}