Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-masel committed Aug 1, 2023
1 parent 6a56619 commit c857d5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/library_call_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ library_call_linter <- function() {

xml <- source_expression$full_xml_parsed_content

writeLines(as.character(xml))

bad_expr <- xml2::xml_find_all(xml, xpath)

if (length(bad_expr) == 0L) {
Expand Down

0 comments on commit c857d5a

Please sign in to comment.