From cc69423374d1321a0000aa25704f35701d437209 Mon Sep 17 00:00:00 2001
From: rlaphoenix <rlaphoenix@pm.me>
Date: Sat, 25 Feb 2023 13:19:45 +0000
Subject: [PATCH] Remove logs stating available/selected tracks

These are now unnecessary to distinguish as only one of the two will appear in the log depending what args are used.
---
 devine/commands/dl.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/devine/commands/dl.py b/devine/commands/dl.py
index 7141f4f..098a6ad 100644
--- a/devine/commands/dl.py
+++ b/devine/commands/dl.py
@@ -332,7 +332,6 @@ class dl:
                 title.tracks.sort_chapters()
 
             if list_:
-                console.log("> All Tracks:")
                 available_tracks = title.tracks.tree()
                 console.log(available_tracks)
                 continue
@@ -415,7 +414,6 @@ class dl:
                             title.tracks.subtitles.clear()
 
             selected_tracks = title.tracks.tree()
-            console.log("> Selected Tracks:")
             console.log(selected_tracks)
 
             if skip_dl: