teams: removes print statement

This commit is contained in:
bergquist
2017-11-14 11:02:50 +01:00
parent fd2451823b
commit 3bb704144d

View File

@@ -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 {