Skip to content

Commit 8945c4d

Browse files
committed
cleanup: remove console.log
1 parent f9707c6 commit 8945c4d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/server/services/get-main-field.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ export async function getMainField(uid: UID.CollectionType): Promise<string | nu
66
});
77
if (!coreStoreSettings?.[0]) return null;
88

9-
console.log('Core store settings:', coreStoreSettings);
10-
119
const value = JSON.parse(coreStoreSettings[0].value);
1210
return value?.settings?.mainField ?? null;
1311
}

0 commit comments

Comments
 (0)