Removed debugger.

This commit is contained in:
Ionică Bizău 2015-01-26 10:04:34 +02:00
parent 45ef65db29
commit 6c305611ef
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ var GitStats = require("../lib");
switch (process.argv[2]) {
case "--record":
var data = process.argv[3];
debugger
console.log(data);
try {
data = JSON.parse(data);