mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-17 06:53:46 +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);
|
||||
}
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user