refactor: remove noisy debug logging

This commit is contained in:
2026-05-14 12:41:41 +02:00
parent eb173ac072
commit 596e8265f7
5 changed files with 2 additions and 25 deletions

View File

@@ -143,7 +143,6 @@ func (c *Client) GetFullRelations(ctx context.Context, id int) ([]RelationEntry,
return nil
}
c.EnqueueAnimeFetchRetry(gCtx, entry.ID, err)
log.Printf("relations: skipping related anime %d for root %d: %v", entry.ID, id, err)
return nil
}
select {