Skip to content

Commit 361a0d5

Browse files
committed
Remove console logs on Registration page
1 parent 3aeadf8 commit 361a0d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/pages/RegistrationPage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ class RegistrationPage extends Component {
1919
*/
2020
componentDidMount() {
2121
if(TokenServices.getToken()){
22-
console.log("You are logged in redirecting")
22+
// console.log("You are logged in redirecting")
2323
// this.props.history.push("/dashboard");
2424
this.handleLogin()
2525
}else{
26-
console.log("You are not logged in doing nothing")
26+
// console.log("You are not logged in doing nothing")
2727
}
2828
}
2929

0 commit comments

Comments
 (0)