diff options
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>); |