Remove debug console.log from model_fallback handler

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-03-02 13:18:00 +00:00
parent 1b60f5deb6
commit 44fa8ba527

View file

@ -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;