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); }