Skip to content

Commit 044f4d5

Browse files
removed console.log
1 parent 5126b8b commit 044f4d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ describe('taxonomy api Test', () => {
5151
return taxonomyResponse.update()
5252
})
5353
.then((taxonomyResponse) => {
54-
console.log("🚀 ~ .then ~ taxonomyResponse:", taxonomyResponse)
5554
expect(taxonomyResponse.uid).to.be.equal(taxonomyUID)
5655
expect(taxonomyResponse.name).to.be.equal('Updated Name')
5756
done()

0 commit comments

Comments
 (0)