[ARVADOS-WORKBENCH2] updated: 1.3.1-368-gaa13b53d

Git user git at public.curoverse.com
Mon Feb 25 15:19:31 EST 2019


Summary of changes:
 src/services/auth-service/auth-service.ts | 3 ---
 1 file changed, 3 deletions(-)

       via  aa13b53dc7c7d4fcfaf9eea0540528f0af5525ae (commit)
      from  2ba76201944d5ad4ef84aaf16c18f5bbb38a8b89 (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 aa13b53dc7c7d4fcfaf9eea0540528f0af5525ae
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Mon Feb 25 15:19:21 2019 -0500

    14841: Remove debug logging
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/src/services/auth-service/auth-service.ts b/src/services/auth-service/auth-service.ts
index 8ce8034e..eae219dd 100644
--- a/src/services/auth-service/auth-service.ts
+++ b/src/services/auth-service/auth-service.ts
@@ -65,7 +65,6 @@ export class AuthService {
     }
 
     public getIsActive(): boolean {
-        console.log(`uia ${localStorage.getItem(USER_IS_ACTIVE)}`)
         return localStorage.getItem(USER_IS_ACTIVE) === 'true';
     }
 
@@ -80,8 +79,6 @@ export class AuthService {
         const username = localStorage.getItem(USER_USERNAME);
         const prefs = JSON.parse(localStorage.getItem(USER_PREFS) || '{"profile": {}}');
 
-        console.log(`leg! ${isActive}`)
-
         return email && firstName && lastName && uuid && ownerUuid && username && prefs
             ? { email, firstName, lastName, uuid, ownerUuid, isAdmin, isActive, username, prefs }
             : undefined;

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list