fix: remove unnecessary sleep

This commit is contained in:
Daniel Gibbs 2023-02-24 00:37:31 +00:00
parent 9a026ecdd4
commit ba339d9d3b

View File

@ -301,7 +301,6 @@ fn_check_file() {
fi
else
fn_print_ok_eol
sleep 0.3
echo -en "\033[2K\\r"
if [ -f "${lgsmlog}" ]; then
fn_script_log_pass "Checking ${remote_filename}"
@ -398,7 +397,6 @@ fn_fetch_file() {
fi
else
fn_print_ok_eol
sleep 0.3
echo -en "\033[2K\\r"
if [ -f "${lgsmlog}" ]; then
fn_script_log_pass "Downloading ${local_filename}"