From d5f78ff670dde54e8e69cdb4008bd8f0e87a8054 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 9 Dec 2015 17:33:24 +0800 Subject: [PATCH] Prune.php --- Prune.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prune.php b/Prune.php index ef9ebfee..c5ac9bd4 100644 --- a/Prune.php +++ b/Prune.php @@ -70,7 +70,7 @@ class Pman_Core_Prune extends Pman // rather than deleting them all, it's probably best to just delete notify events that occured to often. // eg. when we tried to deliver multiple times without success... - DB_DataObject::debugLevel(1); + //DB_DataObject::debugLevel(1); $f = DB_DataObject::Factory('Events'); $f->selectAdd(); $f->selectAdd("on_id, on_table, min(id) as min_id, max(id) as max_id, count(*) as mm"); -- 2.39.2