less debug

This commit is contained in:
Zack Scholl 2019-11-12 19:44:38 -08:00
parent fe97a0b2fa
commit fb42529a62
1 changed files with 1 additions and 1 deletions

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
}
}