mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 02:20:54 +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') {
|
||||
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 */
|
||||
if (conversation.timeline?.instructions?.length > 0) {
|
||||
return returnError(Strings.ERROR_PRIVATE);
|
||||
|
|
Loading…
Add table
Reference in a new issue