mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 13:22:11 +01:00
Removed debugger
This commit is contained in:
parent
2c7516f3d4
commit
d8bc72f267
1 changed files with 0 additions and 4 deletions
|
@ -224,10 +224,6 @@ GitStats.ansiCalendar = function (data, callback) {
|
|||
cWeek = [" ", " ", " ", " ", " ", " ", " "];
|
||||
}
|
||||
|
||||
if (!SQUARES[cDayObj.level]) {
|
||||
debugger
|
||||
}
|
||||
|
||||
cWeek[DAYS.indexOf(sDay)] = SQUARES[cDayObj.level];
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue