From db79e7222a70c4a9ace3977e1f8def469744cc5e Mon Sep 17 00:00:00 2001 From: Catatomik Date: Thu, 17 Jun 2021 01:53:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Website/src/store/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Website/src/store/index.js b/Website/src/store/index.js index b1c91ca..eb93914 100644 --- a/Website/src/store/index.js +++ b/Website/src/store/index.js @@ -5,7 +5,6 @@ const API = axios.create({ baseURL: APIHost, timeout: 1000, transformResponse: [function (data) { - console.log(data) return JSON.parse(data); }], validateStatus: function (status) {