Skip to content

Commit

Permalink
Remove unneeded log line
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenKor committed Aug 30, 2024
1 parent 6f24134 commit 89a1da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zp-relayer/utils/web3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export async function getChainId(web3: Web3) {

export async function getBlockNumber(network: NetworkBackend<Network>) {
try {
logger.debug('Getting block number')
//logger.debug('Getting block number')
const blockNumber = await network.getBlockNumber()
logger.debug('Block number obtained', { blockNumber })
return blockNumber
Expand Down

0 comments on commit 89a1da2

Please sign in to comment.