Removed useless console output

This commit is contained in:
Nicolai Ort 2021-08-16 16:50:32 +02:00
parent e031673e9c
commit ce6b28fb70
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
import Apiclient from '$lib/Apiclient';
$: urls = [];
let urlQuery = Apiclient.getUrls().then((res) => {
console.log('here');
urls = res;
});