Removed a few container pages as we will be using hooks instead. Cleaned up a few debug statements.
This commit is contained in:
@@ -48,7 +48,7 @@ class App extends React.Component {
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
console.log('###Debug (app.js)| Token', token)
|
||||
//add the bearer token to the headers.
|
||||
localStorage.setItem("token", token);
|
||||
} else {
|
||||
@@ -67,7 +67,7 @@ class App extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
console.log("this.props.currentUser", this.props.currentUser.email);
|
||||
console.log("###Debug (App.js) | Props Current User: ", this.props.currentUser.email);
|
||||
return (
|
||||
<div>
|
||||
<Switch>
|
||||
|
||||
Reference in New Issue
Block a user