mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Remove temporary debugging
This commit is contained in:
parent
56a84390f8
commit
96743ed478
2 changed files with 1 additions and 3 deletions
|
@ -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 => {
|
||||
|
|
|
@ -58,7 +58,5 @@ export const renderPhoto = (
|
|||
];
|
||||
}
|
||||
|
||||
console.log('Photo render instructions', JSON.stringify(instructions));
|
||||
|
||||
return instructions;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue