Skip to content

Commit

Permalink
woops, errant debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Oct 25, 2023
1 parent 3cd9ef7 commit f109dc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/request_handler-httr2.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ RequestHandlerHttr2 <- R6::R6Class(
request$method <- webmockr:::req_method_get_w(request)
}
self$request_original <- request
sac$request_original <- self$request_original
self$request <- {
Request$new(request$method, request$url,
webmockr::pluck_body(request), request$headers,
Expand Down

0 comments on commit f109dc1

Please sign in to comment.