From 34a78e7d4ac5563f3857da2d120984c5f991a7aa Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 28 Mar 2026 14:29:45 +0100 Subject: [PATCH] fix: remove unused debugLog from VoiceAgentContextValue interface Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/configurator/VoiceAgentProvider.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/configurator/VoiceAgentProvider.tsx b/src/components/configurator/VoiceAgentProvider.tsx index 91b8d3d..0a51949 100644 --- a/src/components/configurator/VoiceAgentProvider.tsx +++ b/src/components/configurator/VoiceAgentProvider.tsx @@ -27,7 +27,6 @@ interface VoiceAgentContextValue { endConversation: () => void; completedBrief: string | null; completedFormData: WizardFormData | null; - debugLog: string[]; } // ─── Context ─────────────────────────────────────────────────────────────────