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 !')