diff --git a/huobiwebsocket.go b/huobiwebsocket.go index cb2799a8..2827fad3 100644 --- a/huobiwebsocket.go +++ b/huobiwebsocket.go @@ -190,12 +190,10 @@ func (h *HUOBI) OnError() { } func (h *HUOBI) OnMessage(message []byte, output chan socketio.Message) { - log.Println(string(message)) } func (h *HUOBI) OnRequest(message []byte, output chan socketio.Message) { response := HuobiResponse{} - log.Println(string(message)) err := JSONDecode(message, &response) if err != nil { log.Println(err)