removed print debug
Signed-off-by: Preston <pgibbs1@liberty.edu>
This commit is contained in:
parent
c75fcd86e1
commit
1e078ece30
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue