Eliminado un print para la ruta de fichero.

This commit is contained in:
2023-10-03 19:04:05 +02:00
parent cd17424f44
commit f906368738
-1
View File
@@ -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)
}
})