mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Remove fmt.Println from Threema (#51380)
This commit is contained in:
parent
9a82ed7105
commit
dc68213114
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user