From 5f82c5bef8011bd7cee853bde76433585d93b88b Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 21 Aug 2021 08:47:22 +0200 Subject: [PATCH] Removed useless console log --- src/lib/Apiclient.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/Apiclient.js b/src/lib/Apiclient.js index dcb69d2..84b024e 100644 --- a/src/lib/Apiclient.js +++ b/src/lib/Apiclient.js @@ -27,7 +27,6 @@ export default class Apiclient { * @returns All urls with shortcode, target, full url and visits in an array of objects */ static async getUrls() { - console.log("APICALL") return ( await axios.get('https://kauft.es/api?showVisits=true', { headers: { Authorization: `Bearer ${UserStore.state.token}` }