From: Mikael Nordfeldth Date: Wed, 16 Jul 2014 11:06:29 +0000 (+0200) Subject: Sorry, left some debug lines in the pushed source :) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f4be42c597f2feeed43b74f8a8297865da0523f3;p=quix0rs-gnu-social.git Sorry, left some debug lines in the pushed source :) --- diff --git a/lib/replynoticestream.php b/lib/replynoticestream.php index 9373854f17..9fea5cac1e 100644 --- a/lib/replynoticestream.php +++ b/lib/replynoticestream.php @@ -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; }