mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2025-01-03 10:22:11 +01:00
Removed debugger.
This commit is contained in:
parent
45ef65db29
commit
6c305611ef
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ var GitStats = require("../lib");
|
||||||
switch (process.argv[2]) {
|
switch (process.argv[2]) {
|
||||||
case "--record":
|
case "--record":
|
||||||
var data = process.argv[3];
|
var data = process.argv[3];
|
||||||
debugger
|
|
||||||
console.log(data);
|
console.log(data);
|
||||||
try {
|
try {
|
||||||
data = JSON.parse(data);
|
data = JSON.parse(data);
|
||||||
|
|
Loading…
Reference in a new issue