mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 02:20:54 +01:00
remove verbose debugging
This commit is contained in:
parent
09f18a2f9c
commit
29f588b346
1 changed files with 0 additions and 3 deletions
|
@ -141,9 +141,6 @@ export const statusAPI = async (
|
||||||
const conversation = await fetchUsingGuest(status, event);
|
const conversation = await fetchUsingGuest(status, event);
|
||||||
const tweet = conversation?.globalObjects?.tweets?.[status] || {};
|
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 */
|
/* Fallback for if Tweet did not load */
|
||||||
if (typeof tweet.full_text === 'undefined') {
|
if (typeof tweet.full_text === 'undefined') {
|
||||||
console.log('Invalid status, got tweet ', tweet, ' conversation ', conversation);
|
console.log('Invalid status, got tweet ', tweet, ' conversation ', conversation);
|
||||||
|
|
Loading…
Add table
Reference in a new issue