From 31304f481a1c4d3e07d92348cb698bfcb57bcc16 Mon Sep 17 00:00:00 2001 From: binary-husky Date: Mon, 25 Dec 2023 22:57:09 +0800 Subject: [PATCH] remove console log --- themes/common.js | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/common.js b/themes/common.js index 3967859..8743b3c 100644 --- a/themes/common.js +++ b/themes/common.js @@ -220,7 +220,6 @@ function get_elements(consider_state_panel = false) { height_target = height_target + (document.state_panel_height - panel_active.height) var height_target = parseInt(height_target); var chatbot_height = chatbot.style.height; - console.log(panel1.top, panel2.top, panel3.top, panel_active.top, height_target, chatbot_height); // 交换输入区位置,使得输入区始终可用 if (!swapped){ if (panel1.top!=0 && panel1.top < 0){ swap_input_area(); }