From 8cfd98bbd0913796ee1838700cb9ac8e02572d19 Mon Sep 17 00:00:00 2001 From: Drew Ansbacher Date: Fri, 16 Jul 2021 13:30:04 -0600 Subject: [PATCH] removed log --- .../marketplace-routes/marketplace-show/marketplace-show.page.ts | 1 - 1 file changed, 1 deletion(-) 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 {