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)