Browse Source

remove console

Signed-off-by: shanghaikid <jiangruiyi@gmail.com>
shanghaikid 2 years ago
parent
commit
9b95dc0fce
1 changed files with 0 additions and 1 deletions
  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);
   };