mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Removed unnecessary console.log
This commit is contained in:
parent
d4cf2cc5b8
commit
77e7cedbf9
1 changed files with 0 additions and 2 deletions
|
@ -46,8 +46,6 @@ export const handleStatus = async (
|
||||||
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);
|
||||||
|
|
||||||
console.log('instructions', conversation.timeline?.instructions.length);
|
|
||||||
|
|
||||||
/* We've got timeline instructions, so the Tweet is probably private */
|
/* We've got timeline instructions, so the Tweet is probably private */
|
||||||
if (conversation.timeline?.instructions?.length > 0) {
|
if (conversation.timeline?.instructions?.length > 0) {
|
||||||
return returnError(Strings.ERROR_PRIVATE);
|
return returnError(Strings.ERROR_PRIVATE);
|
||||||
|
|
Loading…
Add table
Reference in a new issue