mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-20 04:30:17 +09:00
pref: remove console
This commit is contained in:
parent
74b915a790
commit
a7ceb61e27
@ -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));
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user