From 1e078ece30d93adc5aabc8aa6158cb1618322258 Mon Sep 17 00:00:00 2001 From: Preston Date: Thu, 4 Apr 2024 07:48:22 -0400 Subject: [PATCH] removed print debug Signed-off-by: Preston --- notify/msteams/msteams.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/notify/msteams/msteams.go b/notify/msteams/msteams.go index ecb64190..99f0ba79 100644 --- a/notify/msteams/msteams.go +++ b/notify/msteams/msteams.go @@ -17,7 +17,6 @@ import ( "bytes" "context" "encoding/json" - "fmt" "io" "net/http" @@ -93,7 +92,6 @@ func (n *Notifier) Notify(ctx context.Context, as ...*types.Alert) (bool, error) } textJson := json.RawMessage(text) - fmt.Println(string(textJson)) t := teamsMessage{ Type: "message",