From d7d83a707d586aa8150a651953793c4bbc2781d5 Mon Sep 17 00:00:00 2001 From: DaveEdge1 Date: Mon, 18 Mar 2024 09:29:41 -0700 Subject: [PATCH] minor --- R/app.R | 2 -- 1 file changed, 2 deletions(-) diff --git a/R/app.R b/R/app.R index fad3e10..fd64f89 100644 --- a/R/app.R +++ b/R/app.R @@ -1147,8 +1147,6 @@ run_core <- function(autoSave = TRUE){ }) observeEvent(input$begin, { - print("button clicked") - shinyalert::shinyalert("clicked") #distances <- list() #distances$pointA <- round(unlist(source_coords$xy[pointA(),])) #distances$pointB <- round(unlist(source_coords$xy[pointB(),]))