diff --git a/scMonitor/app.R b/scMonitor/app.R index 01ff3e0..85544e1 100644 --- a/scMonitor/app.R +++ b/scMonitor/app.R @@ -32,7 +32,6 @@ server <- function(input, output) { observe({ if (!is.integer(input$file)){ - print(parseFilePaths(volumes, input$file)) dades$seu<-readRDS(parseFilePaths(volumes, input$file)$datapath) } })