Skip to content

Commit ba339d9

Browse files
committed
fix: remove unnecessary sleep
1 parent 9a026ec commit ba339d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lgsm/functions/core_dl.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ fn_check_file() {
301301
fi
302302
else
303303
fn_print_ok_eol
304-
sleep 0.3
305304
echo -en "\033[2K\\r"
306305
if [ -f "${lgsmlog}" ]; then
307306
fn_script_log_pass "Checking ${remote_filename}"
@@ -398,7 +397,6 @@ fn_fetch_file() {
398397
fi
399398
else
400399
fn_print_ok_eol
401-
sleep 0.3
402400
echo -en "\033[2K\\r"
403401
if [ -f "${lgsmlog}" ]; then
404402
fn_script_log_pass "Downloading ${local_filename}"

0 commit comments

Comments
 (0)