Skip to content

Commit cf37de8

Browse files
authored
Merge pull request DOI-NPS#182 from nationalparkservice/RobLBaker-patch-1
Clean up run_checks.R by removing commented code
2 parents 8a6d093 + 7e477de commit cf37de8

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

R/run_checks.R

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ run_congruence_checks <- function(directory = here::here(),
5959
error = function(e) {
6060
err_count <<- err_count + 1
6161
cli::cli_bullets(c(e$message, e$body))
62-
# try({
63-
# if (grepl("rbaker", Sys.getenv("USERNAME"), ignore.case = TRUE)) {
64-
# rstudioapi::viewer(url = system.file("extdata", "pebkac.jpg",
65-
# package = "DPchecker",
66-
# mustWork = TRUE))
67-
# }
68-
# })
6962
cli::cli_abort(c("x" = "You must correct the above issue before the congruence checks can run."), call = NULL)
7063
},
7164
warning = function(w) {

0 commit comments

Comments
 (0)