Removed unnecessary console.log

This commit is contained in:
dangered wolf 2022-07-15 16:05:34 -04:00
parent d4cf2cc5b8
commit 77e7cedbf9
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -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);