From c2e8c6426217e01b4f83d6f7be4351c337f2118b Mon Sep 17 00:00:00 2001 From: sirrow Date: Sat, 15 Mar 2025 20:11:49 +0900 Subject: [PATCH] Revert "add message" This reverts commit 6c4239f5d0a52effa720cc3a4f7116299a25185c. --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index 74f31e7..4057932 100644 --- a/main.go +++ b/main.go @@ -14,8 +14,6 @@ func main() { tweetchannel := make(chan string, 1) d.BeginRead(tweetchannel) - d.Write("tweetdistributor started") - var outputs []output.OutputInterface outputs = append(outputs, output.TwitterOutput(os.Getenv("TW_ACCESS_TOKEN"), os.Getenv("TW_ACCESS_SECRET"))) outputs = append(outputs, output.BlueskyOutput(os.Getenv("BSKY_IDENTIFIER"), os.Getenv("BSKY_PASSWORD")))