From 8ea16fcd85423622ca55dc0d7095f774e7c3ce3f Mon Sep 17 00:00:00 2001 From: dami Date: Thu, 2 Jul 2026 13:32:22 +0800 Subject: [PATCH] Update webstats_common.lua --- plugins/webstats/lua/webstats_common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/webstats/lua/webstats_common.lua b/plugins/webstats/lua/webstats_common.lua index eae0b837c..297a164f1 100644 --- a/plugins/webstats/lua/webstats_common.lua +++ b/plugins/webstats/lua/webstats_common.lua @@ -323,7 +323,7 @@ function _M.cron(self) stmts[input_sn] = stmt db:exec([[BEGIN TRANSACTION]]) else - self:D("prepare statement failed for " .. input_sn .. ": " .. tostring(stmt)) + -- self:D("prepare statement failed for " .. input_sn .. ": " .. tostring(stmt)) if db and db:isopen() then db:close() end