From: Evan Prodromou Date: Mon, 18 Apr 2011 20:43:54 +0000 (-0400) Subject: Revert "put some debugging code into the home and public timelines" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2757bd8428888dc468634717ae3d6163e38fcee9;p=quix0rs-gnu-social.git Revert "put some debugging code into the home and public timelines" This reverts commit aa7b6447a1172693e7e7affe0bde37cf098e81d1. --- diff --git a/lib/inboxnoticestream.php b/lib/inboxnoticestream.php index 445828a551..5517cef113 100644 --- a/lib/inboxnoticestream.php +++ b/lib/inboxnoticestream.php @@ -133,10 +133,6 @@ class RawInboxNoticeStream extends NoticeStream $ids = array_slice($ids, $offset, $limit); - if (common_config('debug', 'homevspublic')) { - common_debug('Home raw: ' . implode(',', $ids)); - } - return $ids; } } diff --git a/lib/publicnoticestream.php b/lib/publicnoticestream.php index 51af54f48f..044701aaf6 100644 --- a/lib/publicnoticestream.php +++ b/lib/publicnoticestream.php @@ -103,10 +103,6 @@ class RawPublicNoticeStream extends NoticeStream $notice->free(); $notice = NULL; - if (common_config('debug', 'homevspublic')) { - common_debug('Public raw: ' . implode(',', $ids)); - } - - return $ids; + return $ids; } } \ No newline at end of file