[ARVADOS] updated: 1.1.1-232-g6c2355d

Git user git at public.curoverse.com
Mon Dec 11 12:16:28 EST 2017


Summary of changes:
 sdk/R/R/Arvados.R    | 1 -
 sdk/R/R/Collection.R | 1 -
 2 files changed, 2 deletions(-)

       via  6c2355d82da1326a125ce7adcb8945a1d8efd671 (commit)
      from  60ee2fc214c9712b1db5ad82670eadc534279685 (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 6c2355d82da1326a125ce7adcb8945a1d8efd671
Author: Fuad Muhic <fmuhic at capeannenterprises.com>
Date:   Mon Dec 11 18:14:23 2017 +0100

    Removed debug logs.
    
    Arvados-DCO-1.1-Signed-off-by: Fuad Muhic <fmuhic at capeannenterprises.com>

diff --git a/sdk/R/R/Arvados.R b/sdk/R/R/Arvados.R
index 196fcfb..c768e49 100644
--- a/sdk/R/R/Arvados.R
+++ b/sdk/R/R/Arvados.R
@@ -45,7 +45,6 @@ Arvados <- R6::R6Class(
 
             discoveryDocument <- private$httpParser$parseJSONResponse(serverResponse)
             private$webDavHostName <- discoveryDocument$keepWebServiceUrl
-            print(private$webDavHostName)
         },
 
         getToken    = function() private$token,
diff --git a/sdk/R/R/Collection.R b/sdk/R/R/Collection.R
index c372bc2..fed222f 100644
--- a/sdk/R/R/Collection.R
+++ b/sdk/R/R/Collection.R
@@ -161,7 +161,6 @@ Collection <- R6::R6Class(
             #TODO(Fudo): Use proper token here.
             curl::handle_setheaders(h, "Authorization" = paste("OAuth2", private$api$getToken()))
             response <- curl::curl_fetch_memory(uri, h)
-            print(response)
 
             HttpParser$new()$parseWebDAVResponse(response, uri)
         },

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list