Skip to content

Commit aa9e1d5

Browse files
removed console log
1 parent 5079d20 commit aa9e1d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/bulkOperation-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ describe('Contentstack BulkOperation test', () => {
7575
});
7676

7777
const response = await makeBulkOperation().updateItems({ data: items, bulk_version: '2.0' });
78-
console.log("🚀 ~ it ~ response:", response)
7978
expect(response.notice).to.equal('Your update release items to latest version request is in progress.');
8079
expect(response.job_id).to.not.equal(undefined);
8180
});

0 commit comments

Comments
 (0)