remove unneeded line
This commit is contained in:
parent
fe7dbbe304
commit
fb85056090
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue