From c40d767dcc8ef5f5b6ba3c9bddce62e60f9a4013 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Wed, 10 Sep 2025 16:39:25 +0900 Subject: [PATCH] chore: drop extraneous logging --- helpers/funcs | 1 - 1 file changed, 1 deletion(-) diff --git a/helpers/funcs b/helpers/funcs index b9c208f..bf6fe5b 100755 --- a/helpers/funcs +++ b/helpers/funcs @@ -1705,7 +1705,6 @@ manual_mod_install(){ _watcher(){ for((i=0;i<${#stage_mods[@]};i++)); do [[ -f $ex ]] && return 1 - log ${stage_mods[$i]} if [[ $mode == "auto" ]] || [[ $mode == "force" ]]; then $steam_cmd "steam://url/CommunityFilePage/${stage_mods[$i]}+workshop_download_item $aid ${stage_mods[$i]}"