Remove some logging

This commit is contained in:
sandos 2011-12-12 22:26:33 +01:00
parent 1414c2394b
commit 5b1d77e79f

View File

@ -28,7 +28,6 @@ class CurrentPlaylistController(object):
Read-only.
"""
logger.debug(u'current_playlist.cp_tracks')
return [copy(ct) for ct in self._cp_tracks]
@property
@ -38,7 +37,6 @@ class CurrentPlaylistController(object):
Read-only.
"""
logger.debug(u'current_playlist.tracks()')
return [ct[1] for ct in self._cp_tracks]
@property