diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-27 07:02:36 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-27 07:02:36 -0700 |
commit | addfcc976a202959209a9a1e806379e3732204bb (patch) | |
tree | 3b42ea729f9f5b74b9e371f6d4c1815592077887 /classes/Notice.php | |
parent | 5a600a02d134861933ab8d8b49245eb8b77982ec (diff) |
remove debugging code from Notice.php
Diffstat (limited to 'classes/Notice.php')
-rw-r--r-- | classes/Notice.php | 2 |
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); } |