Skip to content

Commit

Permalink
remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Jan 17, 2018
1 parent 1f183f5 commit c94dbb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/styler.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ use_tidy_style <- function(strict = TRUE) {
check_is_package("use_tidy_style()")
check_uncommitted_changes()
if (is_package()) {
print(proj_get())
print(list.files(file.path(proj_get(), "R")))
print(readLines(file.path(proj_get(), "R", "bad_style.R")))
styled <- styler::style_pkg(proj_get(),
style = styler::tidyverse_style, strict = strict
)
Expand Down

0 comments on commit c94dbb1

Please sign in to comment.