diff options
| author | Jules <jules@asdf.us> | 2018-09-22 10:47:50 -0400 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2018-09-22 10:47:50 -0400 |
| commit | 7e39114e27520e382f26368ae8f4d08ae7f3071b (patch) | |
| tree | 01e7f210b0c3a119622e92d56d01f5c7951ad631 /app/client/auth/auth.reducer.js | |
| parent | 46889933fd9c36c527014410823e88a7d838d239 (diff) | |
| parent | 8d1c19852fcce52e369978dfc195d5da4f12180a (diff) | |
merge
Diffstat (limited to 'app/client/auth/auth.reducer.js')
| -rw-r--r-- | app/client/auth/auth.reducer.js | 1 |
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 { |
