remove debug message

pull/26/head
Yasuhiro Matsumoto 2017-04-18 17:16:37 +09:00
parent 60e6eba67c
commit aa8d2b1225
1 changed files with 0 additions and 3 deletions

View File

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