remove debug log
This commit is contained in:
parent
3f4e80f5bf
commit
4e69755afa
|
@ -147,8 +147,6 @@ export class FanoutTimelineEndpointService {
|
|||
{
|
||||
const parentFilter = filter;
|
||||
filter = (note) => {
|
||||
console.log(JSON.stringify(note, null, 2));
|
||||
|
||||
if (!ps.ignoreAuthorFromUserSuspension) {
|
||||
if (note.user!.isSuspended) return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue