Remove graphql user console log

This commit is contained in:
dangered wolf 2023-08-22 01:21:16 -04:00
parent 341f2e6987
commit 2cd3523ef7
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -44,8 +44,6 @@ const populateTweetProperties = async (
const graphQLUser = tweet.core.user_results.result;
const apiUser = convertToApiUser(graphQLUser);
console.log(JSON.stringify(graphQLUser));
/* Populating a lot of the basics */
apiTweet.url = `${Constants.TWITTER_ROOT}/${apiUser.screen_name}/status/${tweet.rest_id}`;
apiTweet.id = tweet.rest_id;