refactor: remove verbose cleanup messages from temporary file removal

This commit is contained in:
cod378
2025-11-12 05:00:06 +00:00
parent e0eaf6267f
commit 0a20821c41

View File

@@ -76,9 +76,7 @@ cleanup_corrupted_files() {
# Cleanup function
cleanup() {
if [ -d "$TEMP_DIR" ]; then
echo -e "${YELLOW}Cleaning up temporary files...${NC}"
rm -rf "$TEMP_DIR"
echo -e "${GREEN}Cleanup completed.${NC}"
fi
}