small update, code cleaned

This commit is contained in:
arnaucode
2017-04-21 10:21:17 +02:00
parent 2e1d99c387
commit 55f58e2914
10 changed files with 7 additions and 13 deletions

View File

@@ -39,7 +39,6 @@ func printUserData(user *twitter.User) {
func deleteTweets(client *twitter.Client, user *twitter.User) {
tweets := getTweets(client, user.ScreenName, iterationsCount)
count := 0
//fmt.Println(tweets)
for _, v := range tweets {
c.Red("deleting: [id: " + v.IDStr + "] " + v.Text)
deleted, _, _ := client.Statuses.Destroy(v.ID, nil)