From aa8d2b122580ae807257f093bda62624cfdf2d40 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 18 Apr 2017 17:16:37 +0900 Subject: [PATCH] remove debug message --- accounts.go | 3 --- 1 file changed, 3 deletions(-) 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