Removed debugger

This commit is contained in:
Ionică Bizău 2015-10-11 12:28:45 +03:00
parent 9c211d67af
commit 395eaa0942
1 changed files with 0 additions and 1 deletions

View File

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