diff options
author | Alexander NeonXP Kiryukhin <a.kiryukhin@mail.ru> | 2019-05-15 03:34:36 +0300 |
---|---|---|
committer | Alexander NeonXP Kiryukhin <a.kiryukhin@mail.ru> | 2019-05-15 03:34:36 +0300 |
commit | 51d12073b36cf858e3edd1c906f1815f63b6ab47 (patch) | |
tree | 0851f810dcb6e9f89fc022f918a1939ce9f9092f /src/Components | |
parent | 491a92f71cf13bc8ef84db3b7fb24361013afb8e (diff) |
Remove logs
Diffstat (limited to 'src/Components')
-rw-r--r-- | src/Components/Login.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Components/Login.tsx b/src/Components/Login.tsx index fe20e09..afdd18f 100644 --- a/src/Components/Login.tsx +++ b/src/Components/Login.tsx @@ -54,7 +54,6 @@ class Login extends Component<Props, State> { } render() { - console.log(this.props) return (<View style={{ flexGrow: 1, paddingTop: getStatusBarHeight(true), paddingBottom: getBottomSpace() }}> {this.renderLogin()} </View>); |