remove some random console.logs

This commit is contained in:
Cihan Bebek
2017-07-06 14:11:51 +03:00
parent 2a8a1bc026
commit 7f38748d84
2 changed files with 0 additions and 4 deletions

View File

@@ -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);
}

View File

@@ -11,7 +11,6 @@ var email = React.createFactory(require('./components/email'));
var membershipForm = React.createFactory(require('./components/membershipForm'));
const pathName = window.location.pathname;
console.log(pathName);
if(pathName == '/') {
ReactDOM.render(