From b101156b2a963391078e500c507bd7da2de7cb4b Mon Sep 17 00:00:00 2001 From: Vedha Viyash Date: Thu, 27 Jun 2024 14:35:32 +0530 Subject: [PATCH] chore: remove local log --- R/1.0_module_data.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/1.0_module_data.R b/R/1.0_module_data.R index d846f6808b..cb17ff4628 100644 --- a/R/1.0_module_data.R +++ b/R/1.0_module_data.R @@ -65,7 +65,6 @@ srv_data <- function(id, data, modules, filter) { }) if (inherits(data, "teal_data_module")) { - print("Yes, clicking the modal") shinyjs::disable(selector = "#root_module-active_tab.nav-tabs a") shinyjs::click(id = "open_teal_data_module") }