Sorry, left some debug lines in the pushed source :)

This commit is contained in:
Mikael Nordfeldth 2014-07-16 13:06:29 +02:00
parent 618e31a780
commit f4be42c597
1 changed files with 0 additions and 4 deletions

View File

@ -104,15 +104,11 @@ class RawReplyNoticeStream extends NoticeStream
$ids = array();
try {
if ($reply->find()) {
while ($reply->fetch()) {
$ids[] = $reply->notice_id;
}
}
} catch (Exception $e) {
common_debug('MMNDEBUG: '.$e->getMessage().' on '.var_export($reply, true));
}
return $ids;
}