From 27369097eb9e4e8d402e4f3fa2bfe5acdc284311 Mon Sep 17 00:00:00 2001 From: MoonLeeeaf <150461955+MoonLeeeaf@users.noreply.github.com> Date: Sat, 29 Jun 2024 17:30:11 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ling_chair_http/handler.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ling_chair_http/handler.js b/ling_chair_http/handler.js index 7ed33ee..38ce58e 100644 --- a/ling_chair_http/handler.js +++ b/ling_chair_http/handler.js @@ -295,7 +295,6 @@ class ChatTabManager { * @param { String } target */ static click(target) { - console.log(target, this.find(target), this.tabs) this.find(target).get(0).click() } /**