Removed debug print.
This commit is contained in:
parent
e7ddf1b7e4
commit
ae6081971b
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ class Playlist:
|
|||
|
||||
lines = m3u.split("\n") # m3u entries
|
||||
lines = lines[:-1]
|
||||
print(lines)
|
||||
|
||||
i = 0
|
||||
num_lines = len(lines)
|
||||
|
|
Loading…
Reference in a new issue