mirror of
https://github.com/pushbits/server.git
synced 2025-04-29 10:16:50 +02:00
remove debug
This commit is contained in:
parent
b0efac8b45
commit
ec0e4bf316
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue