Skip to content

Commit

Permalink
remove message
Browse files Browse the repository at this point in the history
  • Loading branch information
ivokwee committed Mar 13, 2023
1 parent 7ec31b1 commit c111c3d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions components/board.upload/R/upload_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ UploadBoard <- function(id,

loadedDataset <- shiny::reactiveVal(0) ## counts/trigger dataset upload

message("[UploadBoard] in.shinyproxy = ", in.shinyproxy())
message("[UploadBoard] SHINYPROXY_USERNAME = ", Sys.getenv("SHINYPROXY_USERNAME"))
message("[UploadBoard] SHINYPROXY_USERGROUPS = ", Sys.getenv("SHINYPROXY_USERGROUPS"))
message("[UploadBoard] pgx_dir = ", pgx_dir)

dbg("[UploadBoard] getwd = ", getwd())

phenoRT <- shiny::reactive(uploaded$samples.csv)
contrRT <- shiny::reactive(uploaded$contrasts.csv)

Expand Down

0 comments on commit c111c3d

Please sign in to comment.