Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions feature/api/binance/index.go
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@ package binance

import (
"context"
"go_binance_futures/utils"
"sort"
"strconv"

@@ -46,7 +45,6 @@ func GetFuturesAccount() (res *futures.Account, err error) {
logs.Error(err)
return nil, err
}
logs.Info(utils.ToJson(res))
return res, err
}

0 comments on commit 589f515

Please sign in to comment.