Skip to content

Commit

Permalink
pref: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
Licoy committed Jul 12, 2024
1 parent 74b915a commit a7ceb61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/components/sd-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ export function SdPanel() {
}
}
}
// console.log(JSON.stringify(reqParams, null, 4));
let data: any = {
model: currentModel.value,
model_name: currentModel.name,
Expand All @@ -311,7 +310,6 @@ export function SdPanel() {
img_data: "",
};
sendSdTask(data, sdListDb, execCountInc, () => {
console.log(currentModel.value);
setParams(getModelParamBasicData(columns, params, true));
});
};
Expand Down

0 comments on commit a7ceb61

Please sign in to comment.