Skip to content

Commit a777698

Browse files
committed
remove extra logging
1 parent e23472b commit a777698

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/templates/erc20/erc20-rebasing.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ export const createRebasingERC20Tracker = ({
131131
const account = accounts[i].toLowerCase()
132132
if (account === ADDRESS_ZERO) continue
133133
const id = `${ctx.chain.id}-${block.header.height}-${address}-${account}`
134-
ctx.log.info(
135-
{ credits: credits[i], mostRecentState: mostRecentState?.rebasingCreditsPerToken },
136-
'credits',
137-
)
138134
const balance = new ERC20Balance({
139135
id,
140136
chainId: ctx.chain.id,

0 commit comments

Comments
 (0)