Remove debug line

This commit is contained in:
the-sane 2024-09-05 18:24:47 -04:00
parent c20e91e1e8
commit daf19d821d

View File

@ -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..."