Skip to content

Commit

Permalink
Clean-up generateState
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagofilipenunes committed Jul 10, 2023
1 parent 9c43b06 commit 989bc75
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dex/carbon/carbon-pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,6 @@ export class CarbonEventPool extends StatefulEventSubscriber<PoolState> {
sdkCache: newCache,
};

this.logger.info(`generateState:
BlockNumber: ${blockNumber} newCache: ${JSON.stringify(newCache)}`);

this.setState(newState, blockNumber);

return newState;
Expand Down

0 comments on commit 989bc75

Please sign in to comment.