Skip to content

Commit

Permalink
Remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
rameezk authored Oct 10, 2022
1 parent 994a7c5 commit 90f9f90
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions twitter/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ def delete_tweet_by_tweet_id(self, tweet_id: str) -> bool:
headers={"Authorization": f"Bearer {access_token}"},
)

print(response.status_code)
print(response.json())

if response.status_code == 429:
raise TwitterRateLimitException("API Limit reached for this 15 min window")

Expand Down

0 comments on commit 90f9f90

Please sign in to comment.