From c54f381570827a07ba9e53ae6c33ff98dec433ee Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 24 Jun 2022 10:05:31 -0400 Subject: [PATCH] [v9.0.x] Alerting: Remove fmt.Println from Threema (#51382) Co-authored-by: George Robinson --- pkg/services/ngalert/notifier/channels/threema.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/services/ngalert/notifier/channels/threema.go b/pkg/services/ngalert/notifier/channels/threema.go index 8964a23a091..c75f5e99193 100644 --- a/pkg/services/ngalert/notifier/channels/threema.go +++ b/pkg/services/ngalert/notifier/channels/threema.go @@ -133,7 +133,6 @@ func (tn *ThreemaNotifier) Notify(ctx context.Context, as ...*types.Alert) (bool _ = withStoredImages(ctx, tn.log, tn.images, func(index int, image *ngmodels.Image) error { - fmt.Println("here", index, image) if image != nil && image.URL != "" { message += fmt.Sprintf("*Image:* %s\n", image.URL) }