diff --git a/notifications/persistence.go b/notifications/persistence.go index bc6cecec1..bdec611d1 100644 --- a/notifications/persistence.go +++ b/notifications/persistence.go @@ -31,9 +31,9 @@ func AddNotification(channel, destination string) error { }) } -// RemoveNotificationForChannel removes a notification destination.. +// RemoveNotificationForChannel removes a notification destination. func RemoveNotificationForChannel(channel, destination string) error { - log.Println("Removing notification for channel", channel) + log.Debugln("Removing notification for channel", channel) return data.GetDatastore().GetQueries().RemoveNotificationDestinationForChannel(context.Background(), db.RemoveNotificationDestinationForChannelParams{ Channel: channel, Destination: destination,