diff --git a/misc/core.func b/misc/core.func index ea5c3f88..67537c4b 100644 --- a/misc/core.func +++ b/misc/core.func @@ -479,7 +479,6 @@ msg_ok() { stop_spinner local msg="$1" echo -e "${BFR:-} ${CM:-✔️} ${GN}${msg}${CL}" - printf "\e[?25h" } msg_error() {