remove raw event output
This commit is contained in:
parent
630c958642
commit
d097c638ad
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ func (wsm *WebsocketManager) Start() {
|
|||
log.Fatalln("wsm: read failed:", err)
|
||||
}
|
||||
|
||||
log.Printf("raw event: %s", string(data))
|
||||
// log.Printf("raw event: %s", string(data))
|
||||
|
||||
err = json.Unmarshal(data, &event)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue