Remove extended logging for note tweets

This commit is contained in:
dangered wolf 2023-08-17 02:55:48 -04:00
parent f47f298f34
commit f9fd8bd643
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -105,9 +105,6 @@ const populateTweetProperties = async (
}
*/
console.log('note_tweet', JSON.stringify(tweet.note_tweet));
console.log('note tweet text', tweet.note_tweet?.note_tweet_results?.result?.text)
console.log('mediaList.length <= 0', mediaList.length <= 0)
console.log('tweet.legacy.entities?.urls?.length <= 0', tweet.legacy.entities?.urls?.length <= 0)
const noteTweetText = tweet.note_tweet?.note_tweet_results?.result?.text;
/* For now, don't include note tweets */
if (noteTweetText && mediaList.length <= 0 && tweet.legacy.entities?.urls?.length <= 0) {