Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
krboktv committed Aug 22, 2020
1 parent 36c954c commit 0402e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data-mooniswap/V1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export function useMooniswapTrade(
if (!distribution[12].isZero() && poolPair[1]) {
pairs.push(poolPair[1])
}
debugger

if (pairs.length === 0) {
return
}
Expand Down

0 comments on commit 0402e5d

Please sign in to comment.