Alexander Belanger 3 лет назад
Родитель
Сommit
f40020c747
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      api/server/handlers/cluster/notify_new_incident.go

+ 0 - 2
api/server/handlers/cluster/notify_new_incident.go

@@ -118,8 +118,6 @@ func (c *NotifyNewIncidentHandler) ServeHTTP(w http.ResponseWriter, r *http.Requ
 			)
 		}
 
-		fmt.Println("NOTIFYING NEW:", request.ReleaseName, request.InvolvedObjectKind, request.InvolvedObjectName)
-
 		err := multi.NotifyNew(request, url)
 
 		if err != nil {