remove logs

This commit is contained in:
Matt Hill
2025-08-24 09:41:58 -06:00
parent 57bdc400b4
commit 701db35ca3
2 changed files with 0 additions and 2 deletions

View File

@@ -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) {

View File

@@ -115,7 +115,6 @@ export class MarketplaceService {
flavor: string | null,
registryUrl?: string,
): Observable<MarketplacePkg> {
console.log('HERE')
return this.currentRegistry$.pipe(
switchMap(registry => {
const url = registryUrl || registry.url