Skip to content

Commit 0f2aef7

Browse files
committed
Update createManagedControlPlane.ts
1 parent 9327fce commit 0f2aef7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/api/types/crate/createManagedControlPlane.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ export const CreateManagedControlPlane = (
5757
},
5858
idpPrefix?: string,
5959
): CreateManagedControlPlaneType => {
60-
console.log('optional');
61-
console.log(optional);
6260
const componentsObject: Components =
6361
optional?.selectedComponents
6462
?.filter((component) => component.isSelected)

0 commit comments

Comments
 (0)