mirror of
https://github.com/beetbox/beets.git
synced 2026-02-12 18:31:48 +01:00
Remove debugging statement
Silly me for forgetting to check the pdb statement I just put in ...
This commit is contained in:
parent
f5838692d7
commit
397ad441a8
1 changed files with 0 additions and 1 deletions
|
|
@ -53,7 +53,6 @@ def update_playlists(lib):
|
|||
# Now iterate through the m3us that we need to generate
|
||||
for m3u in m3us:
|
||||
m3u_path = normpath(os.path.join(playlist_dir, m3u))
|
||||
import pdb; pdb.set_trace()
|
||||
with open(syspath(m3u_path), 'w') as f:
|
||||
for path in m3us[m3u]:
|
||||
f.write(path + '\n')
|
||||
|
|
|
|||
Loading…
Reference in a new issue