mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
remove logs
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user