mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
less debug
This commit is contained in:
parent
fe97a0b2fa
commit
fb42529a62
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue