diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/App.vue | 2 |
1 files changed, 0 insertions, 2 deletions
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 { | |||
151 | let config = await this.getConfig(); | 151 | let config = await this.getConfig(); |
152 | 152 | ||
153 | this.config = merge(defaults, config); | 153 | this.config = merge(defaults, config); |
154 | |||
155 | console.log(this.config); | ||
156 | this.services = this.config.services; | 154 | this.services = this.config.services; |
157 | document.title = `${this.config.title} | ${this.config.subtitle}`; | 155 | document.title = `${this.config.title} | ${this.config.subtitle}`; |
158 | } catch (error) { | 156 | } catch (error) { |