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