mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-13 13:32:55 -05:00
fix: Remove unnecessary log
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user