diff --git a/main.go b/main.go index 38edbe4..97de111 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,6 @@ func main() { outputs = append(outputs, output.BlueskyOutput(os.Getenv("BSKY_IDENTIFIER"), os.Getenv("BSKY_PASSWORD"))) for tweet := range tweetchannel { - fmt.Println(tweet.Content) for _, output := range outputs { err := output.Write(tweet.Content) if err != nil {