Skip to content

Commit 83543b7

Browse files
committed
Left in a console.log
1 parent aa5ac93 commit 83543b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/extractors/CSVStagingExtractor.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ describe('CSVStagingExtractor', () => {
5858
expect(data.type).toEqual('collection');
5959
expect(data.entry).toBeDefined();
6060
expect(data.entry.length).toEqual(4);
61-
console.log(JSON.stringify(data.entry));
6261
expect(data.entry).toEqual(exampleCSVStagingBundle.entry);
6362
});
6463

0 commit comments

Comments
 (0)