Skip to content

Commit 05614c2

Browse files
removed console log
1 parent 3a5a79c commit 05614c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/api/contenttype.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ describe('ContentType Query API test cases', () => {
4848
});
4949

5050
it('should get entries which does not match the fieldUid - notExists', async () => {
51-
console.log("🚀 ~ makeContentType ~ stack:", await stack.ContentType().find())
52-
5351
const query = await makeContentType('contenttype_uid').Query().notExists('multi_line').find<TEntry>()
5452
if (query.entries) {
5553
expect(query.entries[0]._version).toBeDefined();

0 commit comments

Comments
 (0)