diff --git a/ui/src/app/pages/marketplace-routes/marketplace-show/marketplace-show.page.ts b/ui/src/app/pages/marketplace-routes/marketplace-show/marketplace-show.page.ts index 7a6c3081d..664dd350c 100644 --- a/ui/src/app/pages/marketplace-routes/marketplace-show/marketplace-show.page.ts +++ b/ui/src/app/pages/marketplace-routes/marketplace-show/marketplace-show.page.ts @@ -52,7 +52,6 @@ export class MarketplaceShowPage { }), ] - console.log(this.marketplaceService.pkgs[this.pkgId]) if (this.marketplaceService.pkgs[this.pkgId]) { this.loading = false } else {