diff --git a/currency/index.html b/currency/index.html
index f060bf0..f780c03 100644
--- a/currency/index.html
+++ b/currency/index.html
@@ -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"),