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 = {
|
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));
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue