diff --git a/accounts.go b/accounts.go index 2f3ebad..9c2c0f2 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