فهرست منبع

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);
   };