removes unused code

This commit is contained in:
bergquist 2018-12-07 14:39:44 +01:00
parent 5d720674e3
commit 9eea585773

View File

@ -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
}
/**