Skip to content

Commit 32bc396

Browse files
committed
remove log
1 parent 55f0500 commit 32bc396

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/queries/s3.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ describe('queries/s3.js', () => {
347347
.through(headS3Object())
348348
.collect()
349349
.tap((collected) => {
350-
console.log(JSON.stringify(collected, null, 2));
350+
// console.log(JSON.stringify(collected, null, 2));
351351

352352
expect(stub).to.have.been.calledWith({
353353
Key: 'k1',

0 commit comments

Comments
 (0)