X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FApp.vue;h=8185da212c260f672ec5defd9957349a918c6d63;hb=2301d8919c28eb888ea1eb968d03376b2219a27d;hp=be16234d4d2b08c45dc89309d0f8b14799b8fd77;hpb=1875c17aa5142d90fc03498875e195f2085d9640;p=github%2Fbastienwirtz%2Fhomer.git 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) {