diff --git a/plexpy/notification_handler.py b/plexpy/notification_handler.py index 256e6d51..5ea2f3f0 100644 --- a/plexpy/notification_handler.py +++ b/plexpy/notification_handler.py @@ -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.")