4
0

Remove filtering notice stream debug comments

Esse commit está contido em:
Evan Prodromou 2012-04-02 21:29:57 -04:00
commit 4e3fb63855

Ver arquivo

@ -74,8 +74,6 @@ abstract class FilteringNoticeStream extends NoticeStream
do {
common_debug(get_class($this) . ": ($offset, $limit) Round $round: fetching $askFor notices starting at $startAt");
$raw = $this->upstream->getNotices($startAt, $askFor, $sinceId, $maxId);
$results = $raw->N;
@ -111,8 +109,6 @@ abstract class FilteringNoticeStream extends NoticeStream
$askFor = max(min(intval(ceil(($total - $hits)*$startAt/$hits)), NOTICES_PER_PAGE * 50), NOTICES_PER_PAGE);
}
common_debug(get_class($this) . ": ($offset, $limit) Round $round hits is $hits, results = $results.");
$round++;
} while (count($filtered) < $total && $results >= $lastAsk);