summaryrefslogtreecommitdiff
path: root/app/client/auth
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-03 15:35:26 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-03 15:35:26 +0100
commitee2471bb4ad8e190c1f2c1c47817046a2c4d6b30 (patch)
tree8ca5338987e5777a598b0a0d0eebbfc3625f7272 /app/client/auth
parentd6bed4f04c5bba402ae2aa0b15dddfb98c5b3bf1 (diff)
adding biggan dataset stuff
Diffstat (limited to 'app/client/auth')
-rw-r--r--app/client/auth/auth.gate.js2
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) {