Sfoglia il codice sorgente

pref: remove console

licoy 1 anno fa
parent
commit
a7ceb61e27
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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));
     });
   };