rainabba / jquery-table2excel

jQuery Plugin to export HTML tabled to Excel Spreadsheet Compatible Files
592 stars 665 forks source link

Remove console.log from dist file #95

Closed ribase closed 6 years ago

ribase commented 6 years ago

Please remove the console.log from your File:

jquery.table2excel.js:91

89:
90:   tempRows += "</tr>";
91:   console.log(tempRows);
92:                    
93: });
rainabba commented 6 years ago

Feel free to submit a PR to have that code removed from this file (which others contribute to more than I these days). All you need to know here: https://www.youtube.com/watch?v=YTbRzhQju4c