Commit 9eea5857 by bergquist

removes unused code

parent 5d720674
...@@ -44,9 +44,8 @@ func NewGoogleChatNotifier(model *m.AlertNotification) (alerting.Notifier, error ...@@ -44,9 +44,8 @@ func NewGoogleChatNotifier(model *m.AlertNotification) (alerting.Notifier, error
type GoogleChatNotifier struct { type GoogleChatNotifier struct {
NotifierBase NotifierBase
Url string Url string
method string log log.Logger
log log.Logger
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment