From: Evan Prodromou Date: Sat, 27 Jun 2009 14:02:36 +0000 (-0700) Subject: remove debugging code from Notice.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=addfcc976a202959209a9a1e806379e3732204bb;p=quix0rs-gnu-social.git remove debugging code from Notice.php --- diff --git a/classes/Notice.php b/classes/Notice.php index d0ee1d9250..502cc57b81 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -874,7 +874,6 @@ class Notice extends Memcached_DataObject $qry .= '('.$id.', '.$this->id.', '.$source.', "'.$this->created.'") '; $cnt++; if ($cnt >= MAX_BOXCARS) { - common_debug($qry); $inbox = new Notice_inbox(); $inbox->query($qry); $qry = $qryhdr; @@ -883,7 +882,6 @@ class Notice extends Memcached_DataObject } if ($cnt > 0) { - common_debug($qry); $inbox = new Notice_inbox(); $inbox->query($qry); }