chore: disable debug notification for broadcasting
Browse files
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 ---
|