From fb850560908771971ce045b779b5da41f5ef64ae Mon Sep 17 00:00:00 2001 From: Penelope Gomez / Pogmommy Date: Thu, 23 Feb 2023 18:07:15 -0700 Subject: [PATCH] remove unneeded line --- ref/functions/mastodon.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ref/functions/mastodon.js b/ref/functions/mastodon.js index 807d6b2..7aa3926 100644 --- a/ref/functions/mastodon.js +++ b/ref/functions/mastodon.js @@ -42,7 +42,6 @@ async function postStatus(tweet,file,csvc){ if (args.enablePosts){ var M = setupMastodon(); params = { status: tweet.text } - debuglog(`${tweet.no} is a reply to ${tweet.prompt}`); if (tweet.hasImages) {//POST HAS IMAGES debuglog("post has images!!",2) debuglog(`images array: ${tweet.imgArray}`,2)