Remove logger
This commit is contained in:
parent
4cd1c4a22b
commit
f2da015dce
|
|
@ -2180,7 +2180,6 @@ export const executeAgentFlow = async ({
|
|||
if (sessionId) result.sessionId = sessionId
|
||||
|
||||
if (shouldAutoPlayTTS(chatflow.textToSpeech) && result.text) {
|
||||
logger.info('Generating TTS for response in executeAgentFlow')
|
||||
const options = {
|
||||
orgId,
|
||||
chatflowid,
|
||||
|
|
|
|||
|
|
@ -899,7 +899,6 @@ export const executeFlow = async ({
|
|||
if (Object.keys(setVariableNodesOutput).length) result.flowVariables = setVariableNodesOutput
|
||||
|
||||
if (shouldAutoPlayTTS(chatflow.textToSpeech) && result.text) {
|
||||
logger.info('Generating TTS for response in executeFlow')
|
||||
const options = {
|
||||
orgId,
|
||||
chatflowid,
|
||||
|
|
|
|||
Loading…
Reference in New Issue