Alerting: Remove fmt.Println from Threema (#51380)

This commit is contained in:
George Robinson 2022-06-24 14:50:53 +01:00 committed by GitHub
parent 9a82ed7105
commit dc68213114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
}