Browse Source

remove console

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

+ 0 - 1
client/src/pages/query/Query.tsx

@@ -109,7 +109,6 @@ const Query: FC<{
     const primaryKey = schemaList.find(v => v._isPrimaryKey === true)!;
     setPrimaryKey({ value: primaryKey['name'], type: primaryKey['data_type'] });
 
-    console.log(schemaList.find(v => v._isPrimaryKey === true));
     setFields(nameList);
   };