Skip to content

Commit

Permalink
remove verbose option
Browse files Browse the repository at this point in the history
  • Loading branch information
njahn82 committed Oct 20, 2017
1 parent d5e34dd commit 308f184
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ cr_GET <- function(endpoint, args, todf = TRUE, on_error = warning, parse = TRUE
url <- sprintf("https://api.crossref.org/%s", endpoint)
cli <- crul::HttpClient$new(
url = url,
opts = list(verbose = TRUE),
headers = list(
`User-Agent` = rcrossref_ua(),
`X-USER-AGENT` = rcrossref_ua()
Expand Down

0 comments on commit 308f184

Please sign in to comment.