remove debugging code from Notice.php
This commit is contained in:
parent
5a600a02d1
commit
addfcc976a
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user