Skip to content

Commit

Permalink
Remove debugger statement (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvind authored and Ilya Radchenko committed Jul 22, 2016
1 parent 601e009 commit 8f0ec45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/json2csv.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ function checkParams(params) {

dataFields = lodashFlatten(dataFields);
params.fields = lodashUniq(dataFields);
debugger;
}


Expand Down

0 comments on commit 8f0ec45

Please sign in to comment.