From 4bb009b7b32dbbf21dc283a6fdf4205016e760e0 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Mon, 31 Oct 2022 16:03:10 +0100 Subject: [PATCH] refactor(obico): remove unused code Signed-off-by: Dominik Willner --- scripts/obico.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/obico.sh b/scripts/obico.sh index 4a1cdf1..1b0b393 100644 --- a/scripts/obico.sh +++ b/scripts/obico.sh @@ -102,7 +102,6 @@ function moonraker_obico_setup_dialog() { if (( existing_moonraker_obico_count > 0 )); then printf "|${green}%-55s${white}|\n" " ${existing_moonraker_obico_count} Moonraker-obico instances already installed!" for svc in ${moonraker_obico_services}; do -# printf "|${cyan}%-57s${white}|\n" " ● moonraker-obco-$(get_instance_name "${svc}" moonraker-obico)" printf "|${cyan}%-57s${white}|\n" " ● moonraker-obco-$(get_instance_name "${svc}")" done fi