File tree 1 file changed +0
-2
lines changed
public/pages/ConfigureModel/containers
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,6 @@ export function ConfigureModel(props: ConfigureModelProps) {
182
182
183
183
// Initialize an array to hold individual error messages
184
184
const customValueErrors : string [ ] = [ ] ;
185
- console . log ( `hello5: ${ JSON . stringify ( imputationOption ) } ` ) ;
186
185
187
186
// Validate imputationOption when method is CUSTOM_VALUE
188
187
if ( imputationOption && imputationOption . imputationMethod === SparseDataOptionValue . CUSTOM_VALUE ) {
@@ -254,7 +253,6 @@ export function ConfigureModel(props: ConfigureModelProps) {
254
253
props . setStep ( 3 ) ;
255
254
}
256
255
} else {
257
- console . log ( `hello4 ${ JSON . stringify ( errors ) } ` ) ;
258
256
const customValueError = get ( errors , 'custom_value' )
259
257
if ( customValueError ) {
260
258
core . notifications . toasts . addDanger (
You can’t perform that action at this time.
0 commit comments