Skip to content

Commit dcf2fa0

Browse files
committed
remove: unused console.log
1 parent 5045f2d commit dcf2fa0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/components/CCIP/Tables/TokenChainsTable.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,6 @@ function TokenChainsTable({ networks, token, lanes, environment }: TableProps) {
172172
</td>
173173
<td>{network.tokenPoolVersion}</td>
174174
<td>
175-
{(() => {
176-
console.log(
177-
`[TokenChainsTable] Checking finality for network: ${network.name}, key: "${network.key}", hasData:`,
178-
!!finalityData[network.key],
179-
"finality:",
180-
finalityData[network.key]
181-
)
182-
return null
183-
})()}
184175
{loading ? (
185176
"-"
186177
) : finalityData[network.key] ? (

0 commit comments

Comments
 (0)