remove debug

This commit is contained in:
Cubicroot 2021-05-03 18:44:50 +02:00
parent b0efac8b45
commit ec0e4bf316

View file

@ -68,7 +68,6 @@ func (d *Dispatcher) getFormattedMessage(n *model.Notification) string {
// Maps priorities to hex colors
func (d *Dispatcher) priorityToColor(prio int) string {
log.Printf("Prio: %d", prio)
switch {
case prio < 0:
return "#828282"