Skip to content

Commit 49c825e

Browse files
committed
feat: also comment out the useDebugMode import
1 parent 8efb3f3 commit 49c825e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/session-view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { ChatEntry } from '@/components/livekit/chat/chat-entry';
1414
import { ChatMessageView } from '@/components/livekit/chat/chat-message-view';
1515
import { MediaTiles } from '@/components/livekit/media-tiles';
1616
import useChatAndTranscription from '@/hooks/useChatAndTranscription';
17-
import { useDebugMode } from '@/hooks/useDebug';
17+
// import { useDebugMode } from '@/hooks/useDebug';
1818
import type { AppConfig } from '@/lib/types';
1919
import { cn } from '@/lib/utils';
2020

0 commit comments

Comments
 (0)