refactor: remove update_log_path function

- was introduced due to a change in moonraker in may 2021. as it is now almost 12 month ago, there is likely no need for it anymore. it can probably be assumed that every user now has updated services and configs by now.

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-04-24 11:53:38 +02:00
parent 453fc06a7b
commit 4b981c0313
2 changed files with 0 additions and 54 deletions

View File

@@ -349,7 +349,6 @@ function update_klipper(){
### install possible new python dependencies
/bin/bash "${KLIPPY_ENV}/bin/pip" install -r "${KLIPPER_DIR}/scripts/klippy-requirements.txt"
fi
update_log_paths "klipper"
ok_msg "Update complete!"
do_action_service "restart" "klipper"
}