Removed useless console log
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nicolai Ort 2021-08-21 08:47:22 +02:00
parent 47f7583659
commit 5f82c5bef8
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 0 additions and 1 deletions

View File

@ -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}` }