From 458e52ff2f2c0e609d27c3b0baad14f97603cfe6 Mon Sep 17 00:00:00 2001 From: Sunner Sun Date: Sat, 26 Aug 2023 19:11:41 +0800 Subject: [PATCH] chore: remove debug code --- src/bots/microsoft/BingChatBot.js | 1 - 1 file changed, 1 deletion(-) 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 = {