Przeglądaj źródła

removes unused code

bergquist 7 lat temu
rodzic
commit
9eea585773
1 zmienionych plików z 2 dodań i 3 usunięć
  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
 }
 
 /**