From d692b853cebd8f8f590bf84b13b8bec7c19db61f Mon Sep 17 00:00:00 2001 From: ryjiang Date: Tue, 7 Nov 2023 10:50:48 +0800 Subject: [PATCH] remove console Signed-off-by: ryjiang --- client/src/pages/schema/Schema.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/pages/schema/Schema.tsx b/client/src/pages/schema/Schema.tsx index 1dfe29a3..87a08b40 100644 --- a/client/src/pages/schema/Schema.tsx +++ b/client/src/pages/schema/Schema.tsx @@ -108,7 +108,6 @@ const Schema: FC<{ try { const list = await fetchSchemaListWithIndex(collectionName); - console.log(list); const fields: FieldView[] = list.map(f => Object.assign(f, { _fieldNameElement: (