diff --git a/src/bots/microsoft/BingChatBot.js b/src/bots/microsoft/BingChatBot.js index e91265b7c8..bd56f1f027 100644 --- a/src/bots/microsoft/BingChatBot.js +++ b/src/bots/microsoft/BingChatBot.js @@ -32,7 +32,6 @@ export default class BingChatBot extends Bot { "https://www.bing.com/turing/conversation/create", { headers }, ); - console.log(response); if (response.status == 200 && response.data?.result?.value == "Success") { // Save the conversation context conversation = {