remove verbose debugging

This commit is contained in:
dangered wolf 2022-07-25 20:06:04 -04:00
parent 09f18a2f9c
commit 29f588b346
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -141,9 +141,6 @@ export const statusAPI = async (
const conversation = await fetchUsingGuest(status, event);
const tweet = conversation?.globalObjects?.tweets?.[status] || {};
console.log('users', JSON.stringify(conversation?.globalObjects?.users));
console.log('user_id_str', tweet.user_id_str);
/* Fallback for if Tweet did not load */
if (typeof tweet.full_text === 'undefined') {
console.log('Invalid status, got tweet ', tweet, ' conversation ', conversation);