fix: delete a debug msg

This commit is contained in:
th33xitus
2020-08-22 20:05:56 +02:00
parent 09e4c7bea5
commit 9a3e41716e

View File

@@ -27,7 +27,6 @@ update_klipper(){
cd $KLIPPER_DIR
git fetch $FETCH_BRANCH -q && ok_msg "Fetch successfull!"
status_msg "Checking out $FETCH_BRANCH"
echo "git checkout $FETCH_BRANCH"
git checkout $FETCH_BRANCH -q && ok_msg "Checkout successfull!" && echo; ok_msg "Update complete!"
fi
start_klipper; echo