From fac47ee68bf7c5986542b63ca070c9a9b4488d55 Mon Sep 17 00:00:00 2001 From: Jonathan Wong Date: Wed, 25 Nov 2015 18:14:08 -0800 Subject: [PATCH] Fix log spam if notifications turned off --- plexpy/notification_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")