[ARVADOS-WORKBENCH2] updated: 1.3.1-470-g53a66ff4
Git user
git at public.curoverse.com
Wed May 15 14:33:12 UTC 2019
Summary of changes:
src/store/auth/auth-action.ts | 2 --
1 file changed, 2 deletions(-)
via 53a66ff40ecb6a06082ef84312d22af4f9190280 (commit)
from fc5cb3c6ccabcc1da401d0dd9858fab764e31235 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 53a66ff40ecb6a06082ef84312d22af4f9190280
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Wed May 15 10:32:56 2019 -0400
Remove debug logging refs #15064
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/src/store/auth/auth-action.ts b/src/store/auth/auth-action.ts
index 7ebbbaa6..c088418a 100644
--- a/src/store/auth/auth-action.ts
+++ b/src/store/auth/auth-action.ts
@@ -62,8 +62,6 @@ export const initAuth = (config: Config) => (dispatch: Dispatch, getState: () =>
dispatch<any>(getUserDetails()).then((user: User) => {
dispatch(authActions.INIT({ user, token }));
}).catch((err: AxiosError) => {
- console.log("error");
- console.log(err);
if (err.response) {
// Bad token
if (err.response.status === 401) {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list