From 9eea58577309ed8d9af137f9e019d19f6507ce02 Mon Sep 17 00:00:00 2001 From: bergquist Date: Fri, 7 Dec 2018 14:39:44 +0100 Subject: [PATCH] removes unused code --- pkg/services/alerting/notifiers/googlechat.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg/services/alerting/notifiers/googlechat.go b/pkg/services/alerting/notifiers/googlechat.go index 5195a7d21bf..1aba15a7928 100644 --- a/pkg/services/alerting/notifiers/googlechat.go +++ b/pkg/services/alerting/notifiers/googlechat.go @@ -44,9 +44,8 @@ func NewGoogleChatNotifier(model *m.AlertNotification) (alerting.Notifier, error type GoogleChatNotifier struct { NotifierBase - Url string - method string - log log.Logger + Url string + log log.Logger } /**