remove log
This commit is contained in:
parent
dea52191dd
commit
d3057f34fb
1 changed files with 0 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ package twitterscraper
|
|||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"log"
|
||||
"strconv"
|
||||
)
|
||||
|
||||
|
|
@ -42,7 +41,6 @@ func (s *Scraper) FetchTweets(user string, maxTweetsNbr int, cursor string) ([]*
|
|||
req.URL.RawQuery = q.Encode()
|
||||
|
||||
var timeline timeline
|
||||
log.Println(req, timeline, "getuser tww")
|
||||
err = s.RequestAPI(req, &timeline)
|
||||
if err != nil {
|
||||
return nil, "", err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue