From 2301d8919c28eb888ea1eb968d03376b2219a27d Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sat, 30 May 2020 17:17:39 -0700 Subject: Adding PWA icons for proper pwa support --- src/App.vue | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index be16234..8185da2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -151,8 +151,6 @@ export default { let config = await this.getConfig(); this.config = merge(defaults, config); - - console.log(this.config); this.services = this.config.services; document.title = `${this.config.title} | ${this.config.subtitle}`; } catch (error) { -- cgit v1.2.3