]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/App.vue
Adding PWA icons for proper pwa support
[github/bastienwirtz/homer.git] / src / App.vue
index be16234d4d2b08c45dc89309d0f8b14799b8fd77..8185da212c260f672ec5defd9957349a918c6d63 100644 (file)
@@ -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) {