From f906368738b2daffc076fa7b6a68792759ca1677 Mon Sep 17 00:00:00 2001 From: Marcel Costa Date: Tue, 3 Oct 2023 19:04:05 +0200 Subject: [PATCH] Eliminado un print para la ruta de fichero. --- scMonitor/app.R | 1 - 1 file changed, 1 deletion(-) 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) } })