From 5c45d3523ef60adf74843d1bbaa51dd20ffeee1f Mon Sep 17 00:00:00 2001 From: intelligrow <15511098+intelligrow@user.noreply.gitee.com> Date: Fri, 20 Jun 2025 22:40:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E4=BB=A5=E6=B8=85=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除了解析完成时的调试日志,旨在简化代码并提高可读性。此更改不影响功能,保持代码整洁。 --- chanmama/productHistoryKOCHelper.user.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chanmama/productHistoryKOCHelper.user.js b/chanmama/productHistoryKOCHelper.user.js index d14282f..57df6db 100644 --- a/chanmama/productHistoryKOCHelper.user.js +++ b/chanmama/productHistoryKOCHelper.user.js @@ -244,7 +244,6 @@ settings: results.push(baseInfo); }); - log(`解析完成,共 ${results.length} 条数据`, 'debug'); return results; }