Skip to content

Commit

Permalink
rm debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Aug 3, 2024
1 parent 98bed10 commit 35ad925
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ovos_utils/ocp.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ def from_dict(track: dict) -> 'Playlist':
raise ValueError("track dictionary does not contain 'playlist' entries, it is not a valid Playlist")

playlist = Playlist(**track)
print(888, playlist)
for e in track.get("playlist", []):
playlist.add_entry(e)
return playlist
Expand Down

0 comments on commit 35ad925

Please sign in to comment.