Explorar o código

remove console

Signed-off-by: shanghaikid <jiangruiyi@gmail.com>
shanghaikid %!s(int64=2) %!d(string=hai) anos
pai
achega
9b95dc0fce
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);
   };