diff --git a/accounts.go b/accounts.go index 541ce66..a52cf9a 100644 --- a/accounts.go +++ b/accounts.go @@ -104,9 +104,6 @@ func (c *Client) GetAccountFollowers(ctx context.Context, id int64) ([]*Account, if err != nil { return nil, err } - for _, a := range accounts { - println(a.Username) - } total = append(total, accounts...) if !next { break