瀏覽代碼

remove console

Signed-off-by: shanghaikid <jiangruiyi@gmail.com>
shanghaikid 2 年之前
父節點
當前提交
9b95dc0fce
共有 1 個文件被更改,包括 0 次插入1 次删除
  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);
   };