Remove print statement

This commit is contained in:
JonnyWong16
2016-05-06 18:42:04 -07:00
parent fe2fdafbb1
commit 7587eb9ac2

View File

@@ -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')