Update app/src/components/views/spec-view.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ben
2025-12-11 08:51:06 -06:00
committed by GitHub
parent 60065806f4
commit 4b1f4576ae

View File

@@ -40,9 +40,6 @@ export function SpecView() {
// Generate features only state
const [isGeneratingFeatures, setIsGeneratingFeatures] = useState(false);
// Logs state (kept for internal tracking, but UI removed)
const [logs, setLogs] = useState<string>("");
const logsRef = useRef<string>("");
// Phase tracking and status
const [currentPhase, setCurrentPhase] = useState<string>("");