mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Removed console output for budgets.
This commit is contained in:
parent
995d1c5dcc
commit
801ef60d28
1 changed files with 0 additions and 2 deletions
|
@ -143,8 +143,6 @@ $( document ).ready(function(){
|
|||
.done(function(response){
|
||||
var blocks = response.blocks;
|
||||
|
||||
console.log(blocks);
|
||||
|
||||
blocks.map(function(block){
|
||||
var height = block.height,
|
||||
age = moment.unix(block.time).format("LLL"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue