mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Remove print statement
This commit is contained in:
parent
fe2fdafbb1
commit
7587eb9ac2
1 changed files with 0 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue