Skip to content

Commit

Permalink
Removed unnecessary console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
methusael13 committed Feb 3, 2018
1 parent c806a1a commit 7ac4df8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/AuthCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ class AuthCard extends Component {

if (Object.keys(_errors).length !== 0) {
// Errors exist, data invalid
console.log(_errors);
this.setState({ errors: { ..._errors } });
} else {
const { username, password } = this.state;
Expand Down

0 comments on commit 7ac4df8

Please sign in to comment.