Skip to content

Commit

Permalink
style: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
adeacetis authored and Tucsky committed Mar 6, 2024
1 parent 7258918 commit f1f9864
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/exchanges/binance.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ class Binance extends Exchange {
startTime + 1
}&endTime=${below1HEndTime}&limit=1000`

console.log(endpoint)

return axios
.get(endpoint)
.then(response => {
Expand Down

0 comments on commit f1f9864

Please sign in to comment.