Browse Source

removes unused code

bergquist 7 years ago
parent
commit
9eea585773
1 changed files with 2 additions and 3 deletions
  1. 2 3
      pkg/services/alerting/notifiers/googlechat.go

+ 2 - 3
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
 }
 
 /**