From a7ceb61e275846665f2ce1bf4210190fb40d95d7 Mon Sep 17 00:00:00 2001 From: licoy Date: Fri, 12 Jul 2024 10:33:43 +0800 Subject: [PATCH] pref: remove console --- app/components/sd-panel.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/components/sd-panel.tsx b/app/components/sd-panel.tsx index cf6e0d8e2..d7476ccf8 100644 --- a/app/components/sd-panel.tsx +++ b/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)); }); };