Remove some logging
This commit is contained in:
parent
1414c2394b
commit
5b1d77e79f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user