From f4be42c597f2feeed43b74f8a8297865da0523f3 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Wed, 16 Jul 2014 13:06:29 +0200 Subject: [PATCH] Sorry, left some debug lines in the pushed source :) --- lib/replynoticestream.php | 4 ---- 1 file changed, 4 deletions(-) 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; }