[v9.0.x] Alerting: Remove fmt.Println from Threema (#51382)

Co-authored-by: George Robinson <george.robinson@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-06-24 16:05:31 +02:00
committed by GitHub
co-authored by George Robinson
parent c69b092f20
commit c54f381570
@@ -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)
}