Remove debug console.log from model_fallback handler
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1b60f5deb6
commit
44fa8ba527
1 changed files with 0 additions and 1 deletions
|
|
@ -128,7 +128,6 @@ export const analyzeProof = async (
|
|||
break;
|
||||
|
||||
case 'model_fallback':
|
||||
console.log('[WS] model_fallback received, onNotification defined:', !!onNotification);
|
||||
onNotification?.('The primary AI model is currently unavailable. Analysis is continuing with the backup model and may take longer than usual.');
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue