From 7587eb9ac2e8b8078eb9e131a83e8041aee8d125 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Fri, 6 May 2016 18:42:04 -0700 Subject: [PATCH] Remove print statement --- plexpy/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plexpy/config.py b/plexpy/config.py index 8f98724f..2e3fd575 100644 --- a/plexpy/config.py +++ b/plexpy/config.py @@ -627,7 +627,6 @@ class Config(object): self.CONFIG_VERSION = '4' if self.CONFIG_VERSION == '4': - print not len(self.HOME_STATS_CARDS) and 'watch_stats' in self.HOME_SECTIONS if not len(self.HOME_STATS_CARDS) and 'watch_stats' in self.HOME_SECTIONS: home_sections = self.HOME_SECTIONS home_sections.remove('watch_stats')