Jelajahi Sumber

removes unused code

bergquist 7 tahun lalu
induk
melakukan
9eea585773
1 mengubah file dengan 2 tambahan dan 3 penghapusan
  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 {
 type GoogleChatNotifier struct {
 	NotifierBase
 	NotifierBase
-	Url    string
-	method string
-	log    log.Logger
+	Url string
+	log log.Logger
 }
 }
 
 
 /**
 /**