From a5e4fafda4cfff3c743e48b781115eec64d09d5d Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Thu, 27 Jan 2022 15:26:09 -0500 Subject: [PATCH] minor --- lib/utils/speech-utils.js | 1 - 1 file changed, 1 deletion(-) 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');