mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Removed commented/debug println code.
This commit is contained in:
@@ -198,7 +198,6 @@ func SendHTTPGetRequest(url string, jsonDecode bool, result interface{}) (err er
|
||||
}
|
||||
|
||||
contents, err := ioutil.ReadAll(res.Body)
|
||||
//log.Println(string(contents))
|
||||
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
@@ -327,7 +327,6 @@ func (o *OKCoin) WebsocketFuturesOrderInfo(symbol, contractType string, orderID
|
||||
values["status"] = strconv.Itoa(orderStatus)
|
||||
values["current_page"] = strconv.Itoa(currentPage)
|
||||
values["page_length"] = strconv.Itoa(pageLength)
|
||||
log.Println(values)
|
||||
o.AddChannelAuthenticated(OKCOIN_WEBSOCKET_FUTURES_ORDER_INFO, values)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user