Skip to content

Commit f7e9b80

Browse files
removed console
1 parent 4f03462 commit f7e9b80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ describe('Ungrouped Variants api Test', () => {
6565
makeVariants()
6666
.fetchByUIDs([variantsUID])
6767
.then((variantsResponse) => {
68-
console.log("🚀 ~ .then ~ variantsResponse:", variantsResponse)
6968
expect(variantsResponse.variants.length).to.be.equal(1)
7069
done()
7170
})

0 commit comments

Comments
 (0)