diff --git a/lib/utils/speech-utils.js b/lib/utils/speech-utils.js index 5feeaf0..ecf4696 100644 --- a/lib/utils/speech-utils.js +++ b/lib/utils/speech-utils.js @@ -87,7 +87,6 @@ const testWellSaidTts = async(logger, credentials) => { text: 'Hello, world', speaker_id: '3' }); - logger.info(`testWellSaidTts succeeded and returned ${typeof mp3}`); return true; } catch (err) { logger.info({err}, 'testWellSaidTts returned error');