turn down some logging

This commit is contained in:
Dave Horton
2025-08-21 13:00:23 -04:00
parent b4b096d07c
commit 2800c4cc4c
2 changed files with 2 additions and 2 deletions

View File

@@ -218,7 +218,7 @@ class TaskLlmUltravox_S2S extends Task {
async _onServerEvent(_ep, evt) {
let endConversation = false;
const type = evt.type;
this.logger.debug({evt}, 'TaskLlmUltravox_S2S:_onServerEvent');
//this.logger.debug({evt}, 'TaskLlmUltravox_S2S:_onServerEvent');
/* server errors of some sort */
if (type === 'error') {