mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-18 23:16:49 +00:00
Removed debug println messages from Huobi Websocket.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user