diff --git a/configobject/objecttypes/notification/notificationrecipient/notificationrecipient.go b/configobject/objecttypes/notification/notificationrecipient/notificationrecipient.go index bd8903c9..79926cf6 100644 --- a/configobject/objecttypes/notification/notificationrecipient/notificationrecipient.go +++ b/configobject/objecttypes/notification/notificationrecipient/notificationrecipient.go @@ -6,7 +6,6 @@ import ( "github.com/Icinga/icingadb/configobject" "github.com/Icinga/icingadb/connection" "github.com/Icinga/icingadb/utils" - "github.com/sirupsen/logrus" ) var ( @@ -42,9 +41,6 @@ func (n *NotificationRecipient) InsertValues() []interface{} { func (n *NotificationRecipient) UpdateValues() []interface{} { v := make([]interface{}, 0) - logrus.Info(n.UserId) - logrus.Info(n.UserGroupId) - v = append( v, utils.EncodeChecksum(n.NotificationId),