remove debug log

This commit is contained in:
tamaina 2025-07-16 23:09:56 +09:00
parent 3f4e80f5bf
commit 4e69755afa
1 changed files with 0 additions and 2 deletions

View File

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