Removed temp debug

This commit is contained in:
jeancf 2022-11-14 12:40:56 +01:00
parent f96d8fa93c
commit b04b7dc195
2 changed files with 1 additions and 3 deletions

View File

@ -13,7 +13,7 @@ maintained solution.
**UPDATE 08 OCT 2022** VERSION 2.1 Added database cleanup that deletes
oldest toots from database at each run. Keep MAX_REC_COUNT (50 by default)
rows in db for each twitter feed.
rows in db for each twitter feed.t
**UPDATE 14 SEP 2022** Added information about the status of throttling
applied by the Mastodon instance in the debug log. Logging level can be changed

View File

@ -455,8 +455,6 @@ def main(argv):
# Check it the tweet is a retweet from somebody else
if len(status.select("div.tweet-body > div > div.retweet-header")) != 0:
# TEMP DEBUG
login.debug("retweet DIV found in " + status)
tweet_text = 'RT from ' + author + ' (@' + author_account + ')\n\n'
# extract iterator over tweet text contents