From a69c63aa2298dcf5fe8fb7dafffccfddf051dc4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Wed, 8 Jul 2015 11:00:49 +0300 Subject: [PATCH] Removed debugger --- lib/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/index.js b/lib/index.js index cac6c43..a63f4e7 100644 --- a/lib/index.js +++ b/lib/index.js @@ -330,12 +330,10 @@ GitStats.authorsPie = function (options, callback) { if (authors.length > 50) { var others = { value: authors.slice(50).reduce(function (a, b) { - debugger return a + b.value; }, 0) , label: "Others" }; - debugger authors = authors.slice(0, 50); authors.push(others); }