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 ─────────────────────────────────────────────────────────────────