From e8409bbb1036b10b5db3b54e7598943da5bac4cb Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 18 Jan 2022 14:26:13 +0100 Subject: [PATCH] Remove spammed debug --- app/Utils/SongUtils.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Utils/SongUtils.ts b/app/Utils/SongUtils.ts index b1126b9..4baf820 100644 --- a/app/Utils/SongUtils.ts +++ b/app/Utils/SongUtils.ts @@ -90,9 +90,6 @@ async function RequestWrapper(url: string): Promise } try { request = await axios.get(url, options) - console.log('New Request : ') - console.log(request.status) - console.log(request.data) } catch (error) { console.log('Error in new Request !')