Updated README and removed debug prints
[arvados.git] / sdk / R / R / HttpRequest.R
index 149ec0db7ae5f655bec60893c590ee7bf584a84a..bc6b4d406d1f801acb7328a5d9263b44a473b2a7 100644 (file)
@@ -28,7 +28,6 @@ HttpRequest <- R6::R6Class(
             if(toString(Sys.getenv("ARVADOS_API_HOST_INSECURE") == "TRUE"))
                config$options = list(ssl_verifypeer = FALSE)
 
-            print(config)
             # times = 1 regular call + numberOfRetries
             response <- httr::RETRY(verb, url = url, body = body,
                                     config = config, times = retryTimes + 1)