Skip to content

Commit

Permalink
Remove log message used during debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Nov 8, 2024
1 parent 773ebd9 commit af15666
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion glances/outputs/glances_curses_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ def __display_server_list(self, stats, x, y, screen_x, screen_y):
# 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
Expand Down

0 comments on commit af15666

Please sign in to comment.