Skip to content

Commit

Permalink
Remove print statement from RowTreePlot
Browse files Browse the repository at this point in the history
  • Loading branch information
RiboRings committed Aug 3, 2024
1 parent 9cd2766 commit fac21d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/class-RowTreePlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ RowTreePlot <- function(...) {
#' @importFrom methods slot
setMethod(".defineDataInterface", "RowTreePlot", function(x, se, select_info) {
panel_name <- .getEncodedName(x)
print(select_info)

list(.checkboxInput.iSEE(x, field="order_tree", label="Order tree",
value=slot(x, "order_tree")))
})
Expand Down

0 comments on commit fac21d6

Please sign in to comment.