remove frontend log

This commit is contained in:
jejolare 2024-09-26 18:11:08 +07:00
parent b6952dcca6
commit b594b025e0

View file

@ -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 [