diff --git a/web/projects/ui/src/app/services/form.service.ts b/web/projects/ui/src/app/services/form.service.ts index 005b07290..5779533f2 100644 --- a/web/projects/ui/src/app/services/form.service.ts +++ b/web/projects/ui/src/app/services/form.service.ts @@ -84,7 +84,6 @@ export class FormService { currentValue?: any, ): UntypedFormGroup | UntypedFormArray | UntypedFormControl { let value: any - console.log(spec) switch (spec.type) { case 'text': if (currentValue !== undefined) { diff --git a/web/projects/ui/src/app/services/marketplace.service.ts b/web/projects/ui/src/app/services/marketplace.service.ts index eacad5905..7bfb4096d 100644 --- a/web/projects/ui/src/app/services/marketplace.service.ts +++ b/web/projects/ui/src/app/services/marketplace.service.ts @@ -115,7 +115,6 @@ export class MarketplaceService { flavor: string | null, registryUrl?: string, ): Observable { - console.log('HERE') return this.currentRegistry$.pipe( switchMap(registry => { const url = registryUrl || registry.url