Remove temporary debugging

This commit is contained in:
dangered wolf 2023-05-31 17:00:16 -04:00
parent 56a84390f8
commit 96743ed478
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58
2 changed files with 1 additions and 3 deletions

View file

@ -71,7 +71,7 @@ const populateTweetProperties = async (
tweet.extended_entities?.media || tweet.entities?.media || []
);
console.log('tweet', JSON.stringify(tweet));
// console.log('tweet', JSON.stringify(tweet));
/* Populate this Tweet's media */
mediaList.forEach(media => {

View file

@ -58,7 +58,5 @@ export const renderPhoto = (
];
}
console.log('Photo render instructions', JSON.stringify(instructions));
return instructions;
};