Skip to content

Commit 395eaa0

Browse files
committed
Removed debugger
1 parent 9c211d6 commit 395eaa0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ GitStats.prototype.removeCommit = function (data, callback) {
245245

246246
if (err) { return callback(err); }
247247
if (!data.date) {
248-
debugger
249248
IterateObject(stats.commits, function (todayObj) {
250249
delete todayObj[data.hash];
251250
});

0 commit comments

Comments
 (0)