Skip to content

Commit 1536e9f

Browse files
committed
Update CreateManagedControlPlaneWizardContainer.tsx
1 parent 3989c8d commit 1536e9f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/Wizards/CreateManagedControlPlane/CreateManagedControlPlaneWizardContainer.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ export const CreateManagedControlPlaneWizardContainer: FC<CreateManagedControlPl
9090
const { t } = useTranslation();
9191
const { user } = useAuthOnboarding();
9292
const errorDialogRef = useRef<ErrorDialogHandle>(null);
93-
console.log(initialData);
9493
const [selectedStep, setSelectedStep] = useState<WizardStepType>(initialSection ?? 'metadata');
9594
const [metadataFormKey, setMetadataFormKey] = useState(0);
9695

@@ -219,8 +218,6 @@ export const CreateManagedControlPlaneWizardContainer: FC<CreateManagedControlPl
219218
isOnMcpPage,
220219
);
221220
const componentsList = watch('componentsList');
222-
console.log('componentsList');
223-
console.log(componentsList);
224221
const hasMissingComponentVersions = useMemo(() => {
225222
const list = (componentsList ?? []) as ComponentsListItem[];
226223
return list.some(({ isSelected, selectedVersion }) => isSelected && !selectedVersion);

0 commit comments

Comments
 (0)