mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-05-10 06:28:18 +00:00
fix(logging): remove unnecessary console logs from CodexSessionsProvider and useChatSessionState
This commit is contained in:
@@ -559,8 +559,6 @@ export class CodexSessionsProvider implements IProviderSessions {
|
||||
total += 1;
|
||||
}
|
||||
}
|
||||
console.log(`[CodexProvider] Loaded ${total} frontend messages (${totalNormalized} normalized) for session "${sessionId}".`);
|
||||
|
||||
const normalizedOffset = Math.max(0, offset);
|
||||
const normalizedLimit = limit === null ? null : Math.max(0, limit);
|
||||
const messages = normalizedLimit === null
|
||||
|
||||
Reference in New Issue
Block a user