From 8c6bea322295ad1910f4e537003490a33fc234c0 Mon Sep 17 00:00:00 2001 From: David Pooley Date: Sun, 2 Jul 2023 02:25:55 +0100 Subject: [PATCH] Remove additional logging for local testing --- plexpy/notification_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plexpy/notification_handler.py b/plexpy/notification_handler.py index 12963b7c..a9f3725e 100644 --- a/plexpy/notification_handler.py +++ b/plexpy/notification_handler.py @@ -194,7 +194,6 @@ def notify_conditions(notify_action=None, stream_data=None, timeline_data=None, ip_addresses.append(helpers.get_ipv6_network_address(s['ip_address'])) if helpers.ip_type(s['ip_address']) == 'IPv4': ip_addresses.append(s['ip_address']) - logger.debug("IP addresses: %s" % ip_addresses) evaluated = len(Counter(ip_addresses)) >= plexpy.CONFIG.NOTIFY_CONCURRENT_THRESHOLD else: evaluated = len(user_sessions) >= plexpy.CONFIG.NOTIFY_CONCURRENT_THRESHOLD