Fix log spam if notifications turned off

This commit is contained in:
Jonathan Wong 2015-11-25 18:14:08 -08:00
parent 0f8c122ee3
commit fac47ee68b

View file

@ -161,7 +161,7 @@ def notify(stream_data=None, notify_action=None):
elif stream_data['media_type'] == 'clip':
pass
else:
logger.debug(u"PlexPy Notifier :: Notify called with unsupported media type.")
#logger.debug(u"PlexPy Notifier :: Notify called with unsupported media type.")
pass
else:
logger.debug(u"PlexPy Notifier :: Notify called but incomplete data received.")