From dc68213114c02455a804c696721e9072aae4c484 Mon Sep 17 00:00:00 2001 From: George Robinson Date: Fri, 24 Jun 2022 14:50:53 +0100 Subject: [PATCH] Alerting: Remove fmt.Println from Threema (#51380) --- 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) }