Skip to content

Commit

Permalink
remove debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Spinner committed Jan 7, 2025
1 parent 0e1d06e commit 93f8a19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inst/shiny/functions/mapping_selectize_inputs.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ update_selectize_inputs <- function(session, input_ids, column_names, manual_uni
# For other columns, use basic logic
selected_values <- if (column_name %in% column_names) column_name else NULL
}
print(paste("Updating input:", input_id))
print(paste("Selected values:", paste(selected_values, collapse = ", ")))
# Update the Selectize input with the new choices and selected values
updateSelectizeInput(
session,
Expand Down

0 comments on commit 93f8a19

Please sign in to comment.