Browse Source

remove console

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 năm trước cách đây
mục cha
commit
d692b853ce
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      client/src/pages/schema/Schema.tsx

+ 0 - 1
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: (