fix: Remove unnecessary log

This commit is contained in:
Petr Mironychev
2025-10-12 03:57:40 +02:00
parent ce66c8e4f7
commit fb5903e44f
2 changed files with 0 additions and 7 deletions

View File

@ -320,8 +320,6 @@ void ClaudeProvider::processStreamEvent(const QString &requestId, const QJsonObj
{
QString eventType = event["type"].toString();
LOG_MESSAGE(QString("Processing Claude event: type=%1").arg(eventType));
if (eventType == "message_stop") {
return;
}