Don't override notify_main_thread, which has a sensible default implementation

This commit is contained in:
Stein Magnus Jodal 2012-04-22 01:26:27 +02:00
parent 2bf6a0cd4e
commit 4ea3bb1167

View File

@ -96,10 +96,6 @@ class SpotifySessionManager(BaseThread, PyspotifySessionManager):
"""Callback used by pyspotify"""
logger.debug(u'User message: %s', message.strip())
def notify_main_thread(self, session):
"""Callback used by pyspotify"""
logger.debug(u'notify_main_thread() called')
def music_delivery(self, session, frames, frame_size, num_frames,
sample_type, sample_rate, channels):
"""Callback used by pyspotify"""