mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-23 20:45:33 +03:00
Remove log message used during debug
This commit is contained in:
parent
773ebd9920
commit
af156665a4
@ -317,7 +317,6 @@ class GlancesCursesBrowser(_GlancesCurses):
|
||||
# First line (plugin name)
|
||||
for k, v in column_def.items():
|
||||
k_split = k.split('_')
|
||||
logger.info(k_split)
|
||||
if len(k_split) == 1:
|
||||
xc += v + self.space_between_column
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user