From daf19d821d5de0a5907fe24b2aa47333806fe6db Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Thu, 5 Sep 2024 18:24:47 -0400 Subject: [PATCH] Remove debug line --- lug-helper.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 46482b7..9cb3a07 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1112,7 +1112,6 @@ download_file() { download_url="${1// /%20}" download_filename="$2" download_type="$3" - echo "DEBUG: $download_url" # Download the item to the tmp directory debug_print continue "Downloading $download_url into $tmp_dir/$download_filename..."