Remove console.error for login

Summary:
This is in fact correctly handled, shown in the UI and we don't
need a task if someone pastes the wrong token.

Reviewed By: priteshrnandgaonkar

Differential Revision: D28569896

fbshipit-source-id: 689bff06b4a488be7ad4c58eb4f2e91018da31cf
This commit is contained in:
Pascal Hartig
2021-05-20 08:54:50 -07:00
committed by Facebook GitHub Bot
parent 550305ee99
commit bf32eca8fc

View File

@@ -74,7 +74,6 @@ class SignInSheet extends Component<Props, State> {
this.setState({loading: false});
this.props.onHide();
} catch (error) {
console.error(error);
this.setState({
loading: false,
error: `${error}`,