From 77e7cedbf9346ab54949aacddac5158076371277 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 15 Jul 2022 16:05:34 -0400 Subject: [PATCH] Removed unnecessary console.log --- src/status.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/status.ts b/src/status.ts index d769f4b..865cb6e 100644 --- a/src/status.ts +++ b/src/status.ts @@ -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);