From a4fc792161ccd496b9297f4d6aee34924b2d87f2 Mon Sep 17 00:00:00 2001 From: Omar Date: Tue, 1 Jan 2019 13:59:38 -0800 Subject: [PATCH] Removed Logs --- src/screens/auth/SignupScreen3b.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/screens/auth/SignupScreen3b.js b/src/screens/auth/SignupScreen3b.js index 1360041..fda706e 100644 --- a/src/screens/auth/SignupScreen3b.js +++ b/src/screens/auth/SignupScreen3b.js @@ -33,7 +33,6 @@ export default class SignupScreenThreeB extends React.Component { const phoneNumber = this.props.navigation.state.params.phoneNumber; const code = this.input.getRawValue(); fetchAuth(endpoints.verifyCode, { phoneNumber, code }).then(res => { - console.log(res); if (res.error) { showFlashErrorMessage(res.error); } else if (res.result === false) { @@ -50,7 +49,7 @@ export default class SignupScreenThreeB extends React.Component { } renderContent() { - const phoneNumber = '3014376413' || this.props.navigation.state.params.phoneNumber; + const phoneNumber = this.props.navigation.state.params.phoneNumber; return (