summaryrefslogtreecommitdiff
path: root/app/client/auth/auth.reducer.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/client/auth/auth.reducer.js')
-rw-r--r--app/client/auth/auth.reducer.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/client/auth/auth.reducer.js b/app/client/auth/auth.reducer.js
index a56f94a..80b1ec5 100644
--- a/app/client/auth/auth.reducer.js
+++ b/app/client/auth/auth.reducer.js
@@ -11,7 +11,6 @@ const authInitialState = {
}
const auth = (state = authInitialState, action) => {
- console.log(action)
switch(action.type) {
case types.auth.set_token:
return {