Remove logger

This commit is contained in:
Ilango Rajagopal 2025-09-19 13:11:05 +05:30
parent 4cd1c4a22b
commit f2da015dce
2 changed files with 0 additions and 2 deletions

View File

@ -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,

View File

@ -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,