Skip to content

Commit 39e81cc

Browse files
lucasgoralCopilot
andauthored
Update src/components/Wizards/CreateManagedControlPlane/CreateManagedControlPlaneWizardContainer.tsx
Co-authored-by: Copilot <[email protected]>
1 parent bd623a5 commit 39e81cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Wizards/CreateManagedControlPlane/CreateManagedControlPlaneWizardContainer.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,6 @@ export const CreateManagedControlPlaneWizardContainer: FC<CreateManagedControlPl
421421
setInitialMcpDataWhenInEditMode(data);
422422
// eslint-disable-next-line react-hooks/exhaustive-deps
423423
}, [isOpen, isEditMode]);
424-
console.log('initialMcpDataWhenInEditMode');
425-
console.log(initialMcpDataWhenInEditMode);
426424
const normalizeMemberKind = useCallback((kindInput?: string | null) => {
427425
const normalizedKind = (kindInput ?? '').toString().trim().toLowerCase();
428426
return normalizedKind === 'serviceaccount' ? 'ServiceAccount' : 'User';

0 commit comments

Comments
 (0)