Browse Source

remove console

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 year ago
parent
commit
d692b853ce
1 changed files with 0 additions and 1 deletions
  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: (