From ec4ab726612788da99867ceb047750fb538bd61b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 25 Nov 2025 17:12:10 +0100 Subject: [PATCH] chore: remove DEBUG message from model snapshot output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed the DEBUG line that printed snapshot paths during model linking. This cleans up the output to only show user-relevant information. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- artifact_huggingface_download.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/artifact_huggingface_download.sh b/artifact_huggingface_download.sh index f34f2ed..c607a06 100755 --- a/artifact_huggingface_download.sh +++ b/artifact_huggingface_download.sh @@ -501,7 +501,6 @@ if not snapshots: sys.exit(1) latest_snapshot = snapshots[0] -sys.stderr.write('DEBUG: Using snapshot {0}\n'.format(str(latest_snapshot))) # Find model files file_count = 0