Skip to content

Commit 3db2ca2

Browse files
committed
remove console log
Signed-off-by: Kaituo Li <kaituo@amazon.com>
1 parent 0512635 commit 3db2ca2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

public/pages/ConfigureModel/containers/ConfigureModel.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ export function ConfigureModel(props: ConfigureModelProps) {
182182

183183
// Initialize an array to hold individual error messages
184184
const customValueErrors: string[] = [];
185-
console.log(`hello5: ${JSON.stringify(imputationOption)}`);
186185

187186
// Validate imputationOption when method is CUSTOM_VALUE
188187
if (imputationOption && imputationOption.imputationMethod === SparseDataOptionValue.CUSTOM_VALUE) {
@@ -254,7 +253,6 @@ export function ConfigureModel(props: ConfigureModelProps) {
254253
props.setStep(3);
255254
}
256255
} else {
257-
console.log(`hello4 ${JSON.stringify(errors)}`);
258256
const customValueError = get(errors, 'custom_value')
259257
if (customValueError) {
260258
core.notifications.toasts.addDanger(

0 commit comments

Comments
 (0)