Skip to content

Commit

Permalink
fix: remove pp print
Browse files Browse the repository at this point in the history
  • Loading branch information
NguyenHuy1812 committed May 8, 2024
1 parent baf59a0 commit 849d9cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/service/binance/adapter/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import (
"strconv"
"time"

"github.com/k0kubun/pp/v3"

"github.com/defipod/mochi/pkg/logger"
"github.com/defipod/mochi/pkg/response"
butils "github.com/defipod/mochi/pkg/service/binance/utils"
Expand Down Expand Up @@ -372,7 +370,6 @@ func GetSpotTransaction(apiKey, apiSecret, symbol, startTime, endTime string) (t
time.Sleep(1 * time.Minute)
}
}
pp.Println("pair", symbol, string(resBody), "status", resp.Status, "header", resp.Header.Get("X-Mbx-Used-Weight-1m"))

// decode response json
err = json.Unmarshal(resBody, &txs)
Expand Down

0 comments on commit 849d9cd

Please sign in to comment.