From 536203fdb8260635a598f11934c9940deb81396c Mon Sep 17 00:00:00 2001 From: hugovk Date: Fri, 21 Mar 2014 15:20:10 +0200 Subject: [PATCH] Remove print from test --- test_pylast.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test_pylast.py b/test_pylast.py index 85c12a6..5cae621 100755 --- a/test_pylast.py +++ b/test_pylast.py @@ -1517,7 +1517,6 @@ class TestPyLast(unittest.TestCase): def test_artist_listener_count(self): # Arrange artist = self.network.get_artist("Test Artist") - print artist # Act count = artist.get_listener_count()