mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-26 09:57:23 +00:00
remove some random console.logs
This commit is contained in:
@@ -50,14 +50,11 @@ module.exports = React.createClass({
|
||||
|
||||
var userInfoErrors = this.getDataErrors();
|
||||
|
||||
console.log(userInfoErrors);
|
||||
|
||||
if(userInfoErrors.length){
|
||||
this.setState({
|
||||
sending: false,
|
||||
errors: userInfoErrors
|
||||
});
|
||||
console.log("errorei");
|
||||
} else {
|
||||
this.props.onSuccess(userInfo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user