From b594b025e0f02c1edfbb9ee9edc17d0fbfa2b79d Mon Sep 17 00:00:00 2001 From: jejolare Date: Thu, 26 Sep 2024 18:11:08 +0700 Subject: [PATCH] remove frontend log --- src/components/default/LatestBlocks/LatestBlocks.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/default/LatestBlocks/LatestBlocks.tsx b/src/components/default/LatestBlocks/LatestBlocks.tsx index 2ea023e..21133d1 100644 --- a/src/components/default/LatestBlocks/LatestBlocks.tsx +++ b/src/components/default/LatestBlocks/LatestBlocks.tsx @@ -88,8 +88,6 @@ function LatestBlocks({ fetchedInfo, fetchedLatestBlocks }: { fetchedInfo: Info const tableHeaders = [ "HEIGHT", "TIMESTAMP (UTC)", "AGE", "SIZE", "TRANSACTIONS", "HASH" ]; const tableElements = blocks.map(e => { - console.log(e); - const hash = e.hash; const hashLink = hash ? "/block/" + hash : "/"; return [