fix(moonraker): remove print at start

This commit is contained in:
coderus
2023-01-08 16:36:46 +01:00
parent 00a3fbe43b
commit 7c1c1d8f21

View File

@@ -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"