Skip to content

Commit 322c91a

Browse files
committed
remove debugging browser
1 parent 9784705 commit 322c91a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

R/review.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ REV_load_annotation_info <- function(folder_contents, review, dataset_lists, fsa
232232
})
233233

234234
# Compute reverse mapping (which is a more useful representation for the running app)
235-
browser()
236235
dataset_to_state_row_mapping <- local({ # TODO: Is this the right name?
237236
res <- integer(length(state_to_dataset_row_mapping))
238237
res[state_to_dataset_row_mapping] <- seq_along(state_to_dataset_row_mapping)

0 commit comments

Comments
 (0)