removed print debug

Signed-off-by: Preston <pgibbs1@liberty.edu>
This commit is contained in:
Preston 2024-04-04 07:48:22 -04:00
parent c75fcd86e1
commit 1e078ece30
1 changed files with 0 additions and 2 deletions

View File

@ -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",