mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 05:12:11 +01:00
Removed debugger
This commit is contained in:
parent
9c211d67af
commit
395eaa0942
1 changed files with 0 additions and 1 deletions
|
@ -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];
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue