Skip to content

Commit

Permalink
Remove call to dclean() from dbug()
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Sep 22, 2017
1 parent d2f4bea commit a767a35
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions R/debug.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
dbug <- function(clean = TRUE) {
if (clean)
dclean()

dbug <- function() {
opt <- test_opt()
envir <- eval(parse(text = opt$envir))
envir <- dbug_envir(envir)
Expand Down

0 comments on commit a767a35

Please sign in to comment.