diff --git a/lib/tasks/cognigy/speech-config.js b/lib/tasks/cognigy/speech-config.js index b7554a14..b8c5f42b 100644 --- a/lib/tasks/cognigy/speech-config.js +++ b/lib/tasks/cognigy/speech-config.js @@ -25,7 +25,7 @@ class SpeechConfig extends Emitter { session ); } - this.logger.debug({opts, sessionLevel: this.sessionConfig}, 'SpeechConfig updated'); + this.logger.debug({sessionLevel: this.sessionConfig}, 'SpeechConfig updated'); } makeSayTaskConfig({text, turnConfig = {}} = {}) {