diff client/src/logs/logs.vue @ 853:fb39ec3b95a8

systemconfig WIP
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 28 Sep 2018 13:55:44 +0200
parents 157a3e42d4af
children aa2acb942e55
line wrap: on
line diff
--- a/client/src/logs/logs.vue	Fri Sep 28 13:45:04 2018 +0200
+++ b/client/src/logs/logs.vue	Fri Sep 28 13:55:44 2018 +0200
@@ -111,9 +111,7 @@
           this.refreshed = new Date().toLocaleString();
           this.currentFile = file;
         })
-        .catch(error => {
-          console.log(error);
-        });
+        .catch();
     },
     disallow(e) {
       e.target.blur();