mirror of
https://github.com/pushbits/server.git
synced 2025-05-01 11:17:11 +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
|
// Maps priorities to hex colors
|
||||||
func (d *Dispatcher) priorityToColor(prio int) string {
|
func (d *Dispatcher) priorityToColor(prio int) string {
|
||||||
log.Printf("Prio: %d", prio)
|
|
||||||
switch {
|
switch {
|
||||||
case prio < 0:
|
case prio < 0:
|
||||||
return "#828282"
|
return "#828282"
|
||||||
|
|
Loading…
Add table
Reference in a new issue