[ARVADOS-WORKBENCH2] updated: 1.2.1-1016-g7b83784
Git user
git at public.curoverse.com
Thu Nov 29 06:05:04 EST 2018
Summary of changes:
src/services/auth-service/auth-service.ts | 1 -
1 file changed, 1 deletion(-)
via 7b837842dac38a9bb654b759a5651c7c4975e10a (commit)
from c4882a6046934f1beea8dc1cc741e690cec357af (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 7b837842dac38a9bb654b759a5651c7c4975e10a
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date: Thu Nov 29 12:04:55 2018 +0100
remove console log
Feature #14503_keep_services
Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>
diff --git a/src/services/auth-service/auth-service.ts b/src/services/auth-service/auth-service.ts
index dd63de0..397b319 100644
--- a/src/services/auth-service/auth-service.ts
+++ b/src/services/auth-service/auth-service.ts
@@ -103,7 +103,6 @@ export class AuthService {
.get<UserDetailsResponse>('/users/current')
.then(resp => {
this.actions.progressFn(reqId, false);
- console.log('user:', resp.data);
return {
email: resp.data.email,
firstName: resp.data.first_name,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list