From 52a2fc4bd3fe1c8c816edade01c48accaaf65058 Mon Sep 17 00:00:00 2001 From: Tushar Bhatia Date: Fri, 27 Feb 2026 10:23:30 +0900 Subject: [PATCH] Patch Plan error report on slack --- pkg/notifier/slack/plan.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/notifier/slack/plan.go b/pkg/notifier/slack/plan.go index 6cc1bca..389930e 100644 --- a/pkg/notifier/slack/plan.go +++ b/pkg/notifier/slack/plan.go @@ -158,10 +158,6 @@ func (s *NotifyService) Plan(ctx context.Context, param *notifier.ParamExec) err logrus.WithField("parent_ts", timestamp).Info("Sending error details in thread") return s.postMessage(ctx, threadMessage, ×tamp) } - - // Send single message with full content - logrus.Info("Plan has errors or destroy changes, posting to Slack channel") - _, err = s.postMessageAndGetTimestamp(ctx, fullMessage, nil) return err }