mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-05-11 15:31:50 +00:00
fix(logging): remove unnecessary console logs from CodexSessionsProvider and useChatSessionState
This commit is contained in:
@@ -624,7 +624,6 @@ export function useChatSessionState({
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [chatMessages.length, isLoadingSessionMessages, searchTarget]);
|
||||
|
||||
console.log("[UseChatSessionState] total and chatMessages: ", totalMessages, chatMessages)
|
||||
// Token usage fetch for Claude
|
||||
useEffect(() => {
|
||||
if (!selectedProject || !selectedSession?.id) {
|
||||
|
||||
Reference in New Issue
Block a user