summaryrefslogtreecommitdiff
path: root/includes/jobs/FrontersNotification.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/jobs/FrontersNotification.php')
-rw-r--r--includes/jobs/FrontersNotification.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/jobs/FrontersNotification.php b/includes/jobs/FrontersNotification.php
index 04fff9b..85a3216 100644
--- a/includes/jobs/FrontersNotification.php
+++ b/includes/jobs/FrontersNotification.php
@@ -20,8 +20,6 @@ echo("Processing for system $system\n");
if ($system === "gdapd") {
$name = "Raindrops System";
-} elseif ($system === "ynmuc") {
- $name = "Cloudburst System";
} elseif ($system === "hrbom") {
$name = "Moonglow";
} elseif (isset($app["other"]) && $system === $app["other"]["id"]) {
@@ -112,8 +110,6 @@ if ($system !== $app["other"]["id"] || !isset($app["other"])) {
if ($system === "gdapd") {
$topic = "public-switches-raindrops";
-} else if ($system === "ynmuc") {
- $topic = "public-switches-cloudburst";
} else {
$topic = "main";
}