Skip to content

Commit 9290b8d

Browse files
committed
Remove debug log from VerifiersTable component
1 parent 99695c8 commit 9290b8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/CCIP/Tables/VerifiersTable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ function VerifiersTable({ verifiers }: VerifiersTableProps) {
2121
const [search, setSearch] = useState("")
2222

2323
// Transform verifiers data to include network information
24-
console.log("VerifiersTable verifiers:", verifiers)
2524
const verifiersWithNetworkInfo = verifiers.map((verifier) => {
2625
const supportedChain = directoryToSupportedChain(verifier.network)
2726
const networkName = getTitle(supportedChain) || verifier.network

0 commit comments

Comments
 (0)