Output: remove console log :P

This commit is contained in:
Mottie 2015-06-08 19:56:52 -05:00
parent 8d45bf2701
commit 0c1c594ac1
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -163,7 +163,6 @@ output = ts.output = {
if (outputJSON) {
tmpData = [];
console.log( csvData, headers );
rowsLen = csvData.length;
for ( indx = 0; indx < rowsLen; indx++ ) {
// multiple header rows & output_headerRows = true, pick the last row...
@ -208,7 +207,7 @@ output = ts.output = {
},
row2Hash : function( keys, values ) {
var indx, val,
var indx,
json = {},
len = values.length;
for ( indx = 0; indx < len; indx++ ) {