Revert "put some debugging code into the home and public timelines"
This reverts commit aa7b6447a1
.
This commit is contained in:
parent
98b3f5ea91
commit
2757bd8428
@ -133,10 +133,6 @@ class RawInboxNoticeStream extends NoticeStream
|
|||||||
|
|
||||||
$ids = array_slice($ids, $offset, $limit);
|
$ids = array_slice($ids, $offset, $limit);
|
||||||
|
|
||||||
if (common_config('debug', 'homevspublic')) {
|
|
||||||
common_debug('Home raw: ' . implode(',', $ids));
|
|
||||||
}
|
|
||||||
|
|
||||||
return $ids;
|
return $ids;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -103,10 +103,6 @@ class RawPublicNoticeStream extends NoticeStream
|
|||||||
$notice->free();
|
$notice->free();
|
||||||
$notice = NULL;
|
$notice = NULL;
|
||||||
|
|
||||||
if (common_config('debug', 'homevspublic')) {
|
return $ids;
|
||||||
common_debug('Public raw: ' . implode(',', $ids));
|
|
||||||
}
|
|
||||||
|
|
||||||
return $ids;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user