Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit e78fb63

Browse files
committed
Removes a console log statement used during testing
1 parent 3053554 commit e78fb63

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/scenes/home/signup/signup.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ class SignUp extends Component {
6767
e.preventDefault = true;
6868

6969
if (this.isFormValid()) {
70-
console.log('yes');
7170
const { email, zip, password, firstName, lastName, mentor } = this.state;
7271
axios.post(`${config.backendUrl}/users`, {
7372
user: {

0 commit comments

Comments
 (0)