From ec0e4bf3164106361d111c05ac8cabf677bfa28c Mon Sep 17 00:00:00 2001 From: Cubicroot Date: Mon, 3 May 2021 18:44:50 +0200 Subject: [PATCH] remove debug --- internal/dispatcher/notification.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/dispatcher/notification.go b/internal/dispatcher/notification.go index 97a7faf..2a59a6a 100644 --- a/internal/dispatcher/notification.go +++ b/internal/dispatcher/notification.go @@ -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"