diff options
Diffstat (limited to 'app/client/auth/auth.gate.js')
| -rw-r--r-- | app/client/auth/auth.gate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/auth/auth.gate.js b/app/client/auth/auth.gate.js index 40f244f..a75b22e 100644 --- a/app/client/auth/auth.gate.js +++ b/app/client/auth/auth.gate.js @@ -48,7 +48,7 @@ class AuthGate extends Component { render(){ const { auth, env, actions } = this.props if (env.production && !auth.initialized) { - console.log('loading auth') + // console.log('loading auth') return <div className='loading'>Loading</div> } if (env.development || auth.isAuthenticated) { |
