Revert "put some debugging code into the home and public timelines"

This reverts commit aa7b6447a1.
This commit is contained in:
Evan Prodromou 2011-04-18 16:43:54 -04:00
parent 98b3f5ea91
commit 2757bd8428
2 changed files with 1 additions and 9 deletions

View File

@ -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;
}
}

View File

@ -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;
}
}