remove unneeded line

This commit is contained in:
Penelope Gomez / Pogmommy 2023-02-23 18:07:15 -07:00
parent fe7dbbe304
commit fb85056090

View file

@ -42,7 +42,6 @@ async function postStatus(tweet,file,csvc){
if (args.enablePosts){ if (args.enablePosts){
var M = setupMastodon(); var M = setupMastodon();
params = { status: tweet.text } params = { status: tweet.text }
debuglog(`${tweet.no} is a reply to ${tweet.prompt}`);
if (tweet.hasImages) {//POST HAS IMAGES if (tweet.hasImages) {//POST HAS IMAGES
debuglog("post has images!!",2) debuglog("post has images!!",2)
debuglog(`images array: ${tweet.imgArray}`,2) debuglog(`images array: ${tweet.imgArray}`,2)