From 419744080ff2dfcf4b860f01692463b78f30c40a Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 17 Sep 2018 19:16:33 +0300 Subject: console.log cleanup --- src/main.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.js') diff --git a/src/main.js b/src/main.js index 31607f0d..367db881 100644 --- a/src/main.js +++ b/src/main.js @@ -80,7 +80,6 @@ window.fetch('/api/statusnet/config.json') .then((data) => { const {name, closed: registrationClosed, textlimit, server} = data.site - console.log(store) store.dispatch('setInstanceOption', { name: 'name', value: name }) store.dispatch('setInstanceOption', { name: 'registrationOpen', value: (registrationClosed === '0') }) store.dispatch('setInstanceOption', { name: 'textlimit', value: parseInt(textlimit) }) @@ -92,7 +91,6 @@ window.fetch('/api/statusnet/config.json') .then((res) => res.json()) .catch((err) => { console.warn('Failed to load static/config.json, continuing without it.') - console.warn('Error was: ') console.warn(err) return {} }) -- cgit v1.2.3-70-g09d2