Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xprinc authored and 0xprinc committed Jan 7, 2025
1 parent 6e60555 commit 4e1d4d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dex/fluid-dex/fluid-dex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export class FluidDex extends SimpleExchange implements IDex<FluidDexData> {

protected onPoolCreatedUpdatePools(poolsFromFactory: readonly Pool[]) {
this.pools = this.generateFluidDexPoolsFromPoolsFactory(poolsFromFactory);

this.logger.info(`${this.dexKey}: pools list was updated ...`);
}

Expand Down

0 comments on commit 4e1d4d1

Please sign in to comment.