0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

less debug

This commit is contained in:
Zack Scholl 2019-11-12 19:44:38 -08:00
parent fe97a0b2fa
commit fb42529a62

View file

@ -64,7 +64,7 @@ func (s subscription) readPump() {
break
}
m := message{msg, s.room, c.id}
log.Debugf("[%s] msg from %d: '%s'", s.room, c.id, msg)
log.Debugf("[%s] msg from %d", s.room, c.id)
h.broadcast <- m
}
}