From 068133b0217ea9d255e9fa9f3e9f9127a75ead8a Mon Sep 17 00:00:00 2001 From: cubedro Date: Mon, 27 Apr 2015 12:52:36 +0300 Subject: [PATCH] removed console log --- models/history.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/models/history.js b/models/history.js index 883a958..5791bfd 100644 --- a/models/history.js +++ b/models/history.js @@ -170,8 +170,6 @@ History.prototype.getUncleCount = function(id) }) .value(); - console.log(uncles); - var uncleBins = _.fill(Array(MAX_BINS), 0); var sumMapper = function(array, key) {