summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0J0 T <jojo@peek-a-boo.at>2022-08-28 20:20:51 +0200
committerJ0J0 Todos <jojo@peek-a-boo.at>2023-03-29 07:46:08 +0200
commitc28eb95ef2d4b3e2704f15a715cac128ddd061f6 (patch)
tree149e164467a87f2479d389cd8dc29c025b2e0870
parentff03ecaa2774b5d8010749c88f2894181e0121c2 (diff)
convert: playlist: Remove debug print winpath
in test.
-rw-r--r--test/test_m3ufile.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_m3ufile.py b/test/test_m3ufile.py
index a59b8fb76..fedfa90a6 100644
--- a/test/test_m3ufile.py
+++ b/test/test_m3ufile.py
@@ -110,8 +110,6 @@ class M3UFileTest(unittest.TestCase):
"""Test loading unicode paths from a playlist file."""
the_playlist_file = path.join(RSRC, b'playlist_windows.m3u8')
winpath = path.join('x:\\', 'This', 'is', 'å', 'path', 'to_a_file.mp3')
- print("this is winpath:")
- print(winpath)
m3ufile = M3UFile(the_playlist_file)
m3ufile.load()
self.assertEqual(