diff --git a/lib/index.js b/lib/index.js index 15bca0b..571493e 100644 --- a/lib/index.js +++ b/lib/index.js @@ -245,7 +245,6 @@ GitStats.prototype.removeCommit = function (data, callback) { if (err) { return callback(err); } if (!data.date) { - debugger IterateObject(stats.commits, function (todayObj) { delete todayObj[data.hash]; });