diff --git a/plexpy/activity_handler.py b/plexpy/activity_handler.py index e149ab40..f726b3fe 100644 --- a/plexpy/activity_handler.py +++ b/plexpy/activity_handler.py @@ -218,7 +218,7 @@ class TimelineHandler(object): def __init__(self, timeline): self.timeline = timeline - # print timeline + logger.debug(timeline) def is_item(self): if 'itemID' in self.timeline: