From b266037bb412e1d80dd496beb2c3007ecbab72b5 Mon Sep 17 00:00:00 2001 From: Araxeus Date: Mon, 10 May 2021 06:05:39 +0300 Subject: [PATCH] lint --- providers/song-info.js | 1 - 1 file changed, 1 deletion(-) diff --git a/providers/song-info.js b/providers/song-info.js index 97ddb071..1b119b82 100644 --- a/providers/song-info.js +++ b/providers/song-info.js @@ -51,7 +51,6 @@ const songInfo = { }; const handleData = async (responseText, win) => { - console.log("handling song-info") let data = JSON.parse(responseText); songInfo.title = data?.videoDetails?.title; songInfo.artist = await getArtist(win) || cleanupArtistName(data?.videoDetails?.author);