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.'") ';
|
$qry .= '('.$id.', '.$this->id.', '.$source.', "'.$this->created.'") ';
|
||||||
$cnt++;
|
$cnt++;
|
||||||
if ($cnt >= MAX_BOXCARS) {
|
if ($cnt >= MAX_BOXCARS) {
|
||||||
common_debug($qry);
|
|
||||||
$inbox = new Notice_inbox();
|
$inbox = new Notice_inbox();
|
||||||
$inbox->query($qry);
|
$inbox->query($qry);
|
||||||
$qry = $qryhdr;
|
$qry = $qryhdr;
|
||||||
@ -883,7 +882,6 @@ class Notice extends Memcached_DataObject
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($cnt > 0) {
|
if ($cnt > 0) {
|
||||||
common_debug($qry);
|
|
||||||
$inbox = new Notice_inbox();
|
$inbox = new Notice_inbox();
|
||||||
$inbox->query($qry);
|
$inbox->query($qry);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user