Remove print from test

This commit is contained in:
hugovk 2014-03-21 15:20:10 +02:00
parent 7fb56b1d28
commit 536203fdb8

View file

@ -1517,7 +1517,6 @@ class TestPyLast(unittest.TestCase):
def test_artist_listener_count(self): def test_artist_listener_count(self):
# Arrange # Arrange
artist = self.network.get_artist("Test Artist") artist = self.network.get_artist("Test Artist")
print artist
# Act # Act
count = artist.get_listener_count() count = artist.get_listener_count()