Update TablePageTemplate.tsx
This commit is contained in:
@@ -1097,8 +1097,10 @@ export default function TablePageTemplate({
|
||||
}
|
||||
|
||||
// AI Request Logs Component - DEPRECATED: Now using backend console logging
|
||||
// function AIRequestLogsSection() {
|
||||
// const { logs, clearLogs } = useAIRequestLogsStore();
|
||||
// All AI logging is now handled by backend console logging (ConsoleStepTracker)
|
||||
/*
|
||||
function AIRequestLogsSection() {
|
||||
const { logs, clearLogs } = useAIRequestLogsStore();
|
||||
const [isExpanded, setIsExpanded] = useState(false);
|
||||
|
||||
if (logs.length === 0) {
|
||||
@@ -1360,4 +1362,4 @@ export default function TablePageTemplate({
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user