From 7c1c1d8f21212342e7fd73158782b7970dd2cae7 Mon Sep 17 00:00:00 2001 From: coderus Date: Sun, 8 Jan 2023 16:36:46 +0100 Subject: [PATCH] fix(moonraker): remove print at start --- scripts/moonraker.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/moonraker.sh b/scripts/moonraker.sh index 46e157e..53136e1 100644 --- a/scripts/moonraker.sh +++ b/scripts/moonraker.sh @@ -37,7 +37,6 @@ function moonraker_systemd() { } function moonraker_setup_dialog() { - print_moonraker_addresses ### return early if python version check fails if [[ $(python3_check) == "false" ]]; then local error="Versioncheck failed! Python 3.7 or newer required!\n"