chore: remove console log

This commit is contained in:
BitByTheByte
2022-05-24 11:30:03 +02:00
parent 8bade4f335
commit 561c2ff6dc

View File

@@ -28,8 +28,6 @@ async function staking(timestamp, block, chainBlocks) {
stakingBalanceCorrected
);
console.log(typeof stakingBalance);
return balances;
}