Explorar o código

teams: removes print statement

bergquist %!s(int64=8) %!d(string=hai) anos
pai
achega
3bb704144d
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      pkg/services/alerting/notifiers/teams.go

+ 0 - 1
pkg/services/alerting/notifiers/teams.go

@@ -111,7 +111,6 @@ func (this *TeamsNotifier) Notify(evalContext *alerting.EvalContext) error {
 	}
 
 	data, _ := json.Marshal(&body)
-	print(string(data))
 	cmd := &m.SendWebhookSync{Url: this.Url, Body: string(data)}
 
 	if err := bus.DispatchCtx(evalContext.Ctx, cmd); err != nil {