Skip to content

Commit

Permalink
update analyticPoolNetworkV3.ts #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridel1e committed Feb 7, 2024
1 parent 117d7b8 commit eef49e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/network/cardano/api/ammPools/analyticPoolNetworkV3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ export class AnalyticPoolNetworkV3 implements Pools {
return cardanoNetworkData.name === 'cardano'
? Promise.resolve([[], 0])
: this.request()
.then((res) => {
console.log(res);
return res;
})
.then((rawAmmPools) =>
Object.values(rawAmmPools).map(this.createAmmPool),
)
Expand Down

0 comments on commit eef49e6

Please sign in to comment.