Skip to content

Commit b1f46d7

Browse files
committed
chore: remove commented code and unused comments
1 parent 093f692 commit b1f46d7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/BrainDriveChatWithDocs.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from 'react';
22
import './BrainDriveChatWithDocs.css';
33
import { Loader2, AlertCircle } from 'lucide-react';
4-
// import { ChatMessagesProvider } from './collection-chat-view/context/chat-messages-provider';
54
import { CollectionViewShell } from './collection-view/CollectionViewShell';
65
import { CollectionChatViewShell } from './collection-chat-view/CollectionChatViewShell';
76
import { EvaluationViewShell } from './evaluation-view/EvaluationViewShell';

src/evaluation-view/components/RunEvaluationDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Textarea } from '@/components/ui/textarea';
1111
import type { ModelInfo, PersonaInfo } from '../../components/chat-header/types';
1212
import type { Collection } from '../../braindrive-plugin/pluginTypes';
1313

14-
// Inline Dialog Components - No hooks, class-based pattern
14+
1515
class Dialog extends React.Component<{
1616
open?: boolean;
1717
onOpenChange?: (open: boolean) => void;

0 commit comments

Comments
 (0)