mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Remove useless log messages
This commit is contained in:
parent
d195177993
commit
62aaa8a365
1 changed files with 0 additions and 4 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue