From 830f8ecfa7f27845eaad2143ef86cd53612605c7 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Wed, 2 Jan 2019 17:22:34 +0100 Subject: [PATCH] arte: remove useless print() --- modules/arte/test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/arte/test.py b/modules/arte/test.py index b2d88689f3..73ac5a6187 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) -- GitLab