diff --git a/modules/arte/test.py b/modules/arte/test.py index b2d88689f317ae9a0504b7ffbb69efd9932890f7..73ac5a618775fc0964a3da237e0c46819b885fa9 100644 --- a/modules/arte/test.py +++ b/modules/arte/test.py @@ -49,7 +49,6 @@ def test_sites(self): assert len(l1) while not isinstance(l1[0], BaseVideo): - print(l1[-1].split_path) l1 = list(self.backend.iter_resources([BaseVideo], l1[-1].split_path)) assert len(l1)