prune unused logging

This commit is contained in:
Dave Horton
2023-03-19 12:04:02 -04:00
parent 26053ec709
commit 690deed89d
6 changed files with 12 additions and 16 deletions

View File

@@ -267,7 +267,6 @@ module.exports = (logger) => {
ep.addCustomEventListener(AzureTranscriptionEvents.Transcription, onTranscription.bind(null, cs, ep, task));
ep.addCustomEventListener(AzureTranscriptionEvents.NoSpeechDetected, onNoSpeechDetected.bind(null, cs, ep, task));
}
logger.debug({sttOpts}, 'startAmd: setting channel vars');
await ep.set(sttOpts).catch((err) => logger.info(err, 'Error setting channel variables'));
amd