mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-20 21:45:32 +08:00
pref: remove console
This commit is contained in:
@@ -301,7 +301,6 @@ export function SdPanel() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// console.log(JSON.stringify(reqParams, null, 4));
|
|
||||||
let data: any = {
|
let data: any = {
|
||||||
model: currentModel.value,
|
model: currentModel.value,
|
||||||
model_name: currentModel.name,
|
model_name: currentModel.name,
|
||||||
@@ -311,7 +310,6 @@ export function SdPanel() {
|
|||||||
img_data: "",
|
img_data: "",
|
||||||
};
|
};
|
||||||
sendSdTask(data, sdListDb, execCountInc, () => {
|
sendSdTask(data, sdListDb, execCountInc, () => {
|
||||||
console.log(currentModel.value);
|
|
||||||
setParams(getModelParamBasicData(columns, params, true));
|
setParams(getModelParamBasicData(columns, params, true));
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user