Skip to content

Commit

Permalink
Remove some browser() statements
Browse files Browse the repository at this point in the history
  • Loading branch information
kferris10 committed Jul 17, 2015
1 parent 40cc767 commit e7b6904
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions R/animint.R
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,6 @@ getLegendList <- function(plistextra){
}
## otherwise, just use the variable name
else {
# browser()
as.character( layer_i$mapping[[type]] )
}
}
Expand All @@ -1282,7 +1281,6 @@ getLegendList <- function(plistextra){
vars <- c(vars, temp)
}
}
# browser()
if(length(vars) > 0) {
gdefs[[leg]]$vars <- unique( setNames(vars, NULL))
}
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-panels.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ test_that("panel backgrounds render correctly", {
match_gg538 <- str_match_perl(attr_gg538["style",], fillPattern)
value_gg538 <- match_gg538[, "value"]
test_color(value_gg538[1], "#F0F0F0")
browser()
})

test_that("panel borders render correctly", {
Expand Down

0 comments on commit e7b6904

Please sign in to comment.