Commit 75164166 authored by Xiyang Lu's avatar Xiyang Lu

[afp 35] remove the console log in front-end

parent 50e402d5
...@@ -40,7 +40,6 @@ export default class Session extends Component { ...@@ -40,7 +40,6 @@ export default class Session extends Component {
render() { render() {
return ( return (
<div> <div>
{console.log(this.props.currentUser)}
{!this.state.logIn ? {!this.state.logIn ?
<GoogleLogin <GoogleLogin
clientId={clientId} clientId={clientId}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment