alexdum commited on
Commit
a65461a
·
1 Parent(s): 4534d35

chore: disable debug notification for broadcasting

Browse files
Files changed (1) hide show
  1. server.R +1 -1
server.R CHANGED
@@ -409,7 +409,7 @@ server <- function(input, output, session) {
409
  end = end_date
410
  ))
411
  # Debug notification
412
- showNotification(paste("Broadcasting:", station_name), duration = 3, type = "message")
413
  }
414
 
415
  # --- Selection Logic via Dropdown ---
 
409
  end = end_date
410
  ))
411
  # Debug notification
412
+ # showNotification(paste("Broadcasting:", station_name), duration = 3, type = "message")
413
  }
414
 
415
  # --- Selection Logic via Dropdown ---