浏览代码

pref: remove console

licoy 1 年之前
父节点
当前提交
a7ceb61e27
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      app/components/sd-panel.tsx

+ 0 - 2
app/components/sd-panel.tsx

@@ -301,7 +301,6 @@ export function SdPanel() {
         }
       }
     }
-    // console.log(JSON.stringify(reqParams, null, 4));
     let data: any = {
       model: currentModel.value,
       model_name: currentModel.name,
@@ -311,7 +310,6 @@ export function SdPanel() {
       img_data: "",
     };
     sendSdTask(data, sdListDb, execCountInc, () => {
-      console.log(currentModel.value);
       setParams(getModelParamBasicData(columns, params, true));
     });
   };