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 (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
|
||||||
"strconv"
|
"strconv"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -42,7 +41,6 @@ func (s *Scraper) FetchTweets(user string, maxTweetsNbr int, cursor string) ([]*
|
||||||
req.URL.RawQuery = q.Encode()
|
req.URL.RawQuery = q.Encode()
|
||||||
|
|
||||||
var timeline timeline
|
var timeline timeline
|
||||||
log.Println(req, timeline, "getuser tww")
|
|
||||||
err = s.RequestAPI(req, &timeline)
|
err = s.RequestAPI(req, &timeline)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, "", err
|
return nil, "", err
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue