micro-fix: remove vestigial duplicate Step 3 header in quickstart.sh (fixes #6015)

This commit is contained in:
saschabuehrle
2026-03-14 18:07:59 +01:00
parent ff01c1fd99
commit 336e82ba22
+1 -8
View File
@@ -300,18 +300,11 @@ if [ "$NODE_AVAILABLE" = true ]; then
echo ""
fi
# ============================================================
# Step 3: Configure LLM API Key
# ============================================================
echo -e "${YELLOW}${NC} ${BLUE}${BOLD}Step 3: Configuring LLM provider...${NC}"
echo ""
# ============================================================
# Step 3: Verify Python Imports
# ============================================================
echo -e "${BLUE}Step 3: Verifying Python imports...${NC}"
echo -e "${YELLOW}${NC} ${BLUE}${BOLD}Step 3: Verifying Python imports...${NC}"
echo ""
IMPORT_ERRORS=0