Browse Source

Removes commented console log.

pull/637/head
Varun Sharma 6 years ago
parent
commit
66017c04b2
  1. 1
      tests/node-tests.js

1
tests/node-tests.js

@ -65,7 +65,6 @@ describe('PapaParse', function() { @@ -65,7 +65,6 @@ describe('PapaParse', function() {
parser.pause();
parser.resume();
if (results.data && stepped % 200 === 0) {
//console.log(JSON.stringify(results.data));
dataRows.push(results.data);
}
}

Loading…
Cancel
Save