chore: remove DEBUG message from model snapshot output

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 <noreply@anthropic.com>
This commit is contained in:
2025-11-25 17:12:10 +01:00
parent 060779544f
commit ec4ab72661

View File

@@ -501,7 +501,6 @@ if not snapshots:
sys.exit(1) sys.exit(1)
latest_snapshot = snapshots[0] latest_snapshot = snapshots[0]
sys.stderr.write('DEBUG: Using snapshot {0}\n'.format(str(latest_snapshot)))
# Find model files # Find model files
file_count = 0 file_count = 0