Skip to content

Commit 4ddb6e8

Browse files
committed
remove check-envvar-print from check_built() - r-lib/rcmdcheck#237
1 parent 2aa51ef commit 4ddb6e8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

R/check.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,6 @@ check_built <- function(path = NULL, cran = TRUE,
212212
}
213213

214214
env_vars <- check_env_vars(cran, remote, incoming, force_suggests, env_vars)
215-
if (!quiet) {
216-
cat_rule("Checking", col = "cyan", line = 2)
217-
show_env_vars(env_vars)
218-
}
219215

220216
withr::with_envvar(env_vars, action = "replace", {
221217
rcmdcheck::rcmdcheck(path,

0 commit comments

Comments
 (0)