Skip to content

Commit

Permalink
Remove accidental duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
melff committed Dec 19, 2024
1 parent 300b8fa commit 43c02a6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/R/dap-server.R
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,6 @@ DAPServer <- R6Class("DAPServer",
)
)
},
is_started = FALSE,
debug_attach = function(request) {
self$is_started <- TRUE
return(NULL)
},
debug_disconnect = function(request) {
self$is_started <- TRUE
return(NULL)
Expand Down

0 comments on commit 43c02a6

Please sign in to comment.