summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-06-27 07:02:36 -0700
committerEvan Prodromou <evan@controlyourself.ca>2009-06-27 07:02:36 -0700
commitaddfcc976a202959209a9a1e806379e3732204bb (patch)
tree3b42ea729f9f5b74b9e371f6d4c1815592077887 /classes
parent5a600a02d134861933ab8d8b49245eb8b77982ec (diff)
remove debugging code from Notice.php
Diffstat (limited to 'classes')
-rw-r--r--classes/Notice.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/Notice.php b/classes/Notice.php
index d0ee1d925..502cc57b8 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);
}