From fc5dad84f0f560a472146fa7927930ff922529e6 Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Thu, 17 Jun 2021 16:53:08 +0100 Subject: [PATCH] Remove debug code --- lib/services/ytmusic/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/services/ytmusic/index.js b/lib/services/ytmusic/index.js index f7ab8da..920ffec 100644 --- a/lib/services/ytmusic/index.js +++ b/lib/services/ytmusic/index.js @@ -157,7 +157,6 @@ async function lookupTrack(id) { name: album_name, }, } - debug(track_info) return Promise.resolve(track_info); }