Update webstats_common.lua

This commit is contained in:
dami 2026-07-02 13:32:22 +08:00
parent b4b9496980
commit 8ea16fcd85
1 changed files with 1 additions and 1 deletions

View File

@ -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