remove frontend log
This commit is contained in:
parent
b6952dcca6
commit
b594b025e0
1 changed files with 0 additions and 2 deletions
|
|
@ -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 [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue