Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
Signed-off-by: Kaituo Li <[email protected]>
  • Loading branch information
kaituo committed Aug 26, 2024
1 parent 0512635 commit 3db2ca2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions public/pages/ConfigureModel/containers/ConfigureModel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ export function ConfigureModel(props: ConfigureModelProps) {

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

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

0 comments on commit 3db2ca2

Please sign in to comment.