mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Output: remove console log :P
This commit is contained in:
parent
8d45bf2701
commit
0c1c594ac1
2
dist/js/widgets/widget-output.min.js
vendored
2
dist/js/widgets/widget-output.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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++ ) {
|
||||
|
Loading…
Reference in New Issue
Block a user