Ver código fonte

teams: removes print statement

bergquist 8 anos atrás
pai
commit
3bb704144d
1 arquivos alterados com 0 adições e 1 exclusões
  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 {