Skip to content

Commit c94dbb1

Browse files
remove print statements
1 parent 1f183f5 commit c94dbb1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

R/styler.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ use_tidy_style <- function(strict = TRUE) {
1818
check_is_package("use_tidy_style()")
1919
check_uncommitted_changes()
2020
if (is_package()) {
21-
print(proj_get())
22-
print(list.files(file.path(proj_get(), "R")))
23-
print(readLines(file.path(proj_get(), "R", "bad_style.R")))
2421
styled <- styler::style_pkg(proj_get(),
2522
style = styler::tidyverse_style, strict = strict
2623
)

0 commit comments

Comments
 (0)