[ARVADOS-WORKBENCH2] updated: 1.1.4-578-gd5a3a1f

Git user git at public.curoverse.com
Mon Aug 13 03:06:24 EDT 2018


Summary of changes:
 src/common/webdav.ts | 2 --
 src/index.tsx        | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

       via  d5a3a1f9623e200dd1170e7b9279127e7f4f0936 (commit)
      from  3b0011c6f2312bd6517cf470a80b921bd65e86fe (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 d5a3a1f9623e200dd1170e7b9279127e7f4f0936
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date:   Mon Aug 13 09:06:08 2018 +0200

    Remove typos
    
    Feature #13989
    
    Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>

diff --git a/src/common/webdav.ts b/src/common/webdav.ts
index 671c0e3..57caebc 100644
--- a/src/common/webdav.ts
+++ b/src/common/webdav.ts
@@ -48,7 +48,6 @@ export class WebDAV {
             method: 'DELETE'
         })
 
-
     private request = (config: RequestConfig) => {
         return new Promise<XMLHttpRequest>((resolve, reject) => {
             const r = this.createRequest();
@@ -68,7 +67,6 @@ export class WebDAV {
 
             r.send(config.data);
         });
-
     }
 }
 export interface WebDAVRequestConfig {
diff --git a/src/index.tsx b/src/index.tsx
index 49cb064..14a52e8 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -43,7 +43,7 @@ fetchConfig()
 
         store.dispatch(initAuth());
         store.dispatch(getProjectList(services.authService.getUuid()));
-        console.log(services.webdavClient);
+        
         const TokenComponent = (props: any) => <ApiToken authService={services.authService} {...props}/>;
         const WorkbenchComponent = (props: any) => <Workbench authService={services.authService} {...props}/>;
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list