Skip to content

Commit 3ebc1b8

Browse files
removed console log
1 parent 4b3e769 commit 3ebc1b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/sanity-check/api/branch-test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ describe('Branch api Test', () => {
1010
setup(() => {
1111
const user = jsonReader('loggedinuser.json')
1212
client = contentstackClient(user.authtoken)
13-
console.log("🚀 ~ setup ~ user.authtoken:", user.authtoken)
1413
})
1514

1615
it('should create a dev branch from stage branch',async () => {
@@ -87,7 +86,6 @@ describe('Branch api Test', () => {
8786
.query()
8887
.find()
8988
.then((response) => {
90-
console.log("🚀 ~ .then ~ response:", response)
9189
response.items.forEach(item => {
9290
expect(item.uid).to.not.equal(undefined)
9391
expect(item.delete).to.not.equal(undefined)

0 commit comments

Comments
 (0)