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 64e8cf4 commit 773ebd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion conf/glances.conf
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@ disable=False
# Default is: system:hr_name,load:min5,cpu:total,mem:percent
# You can also add stats with key, like sensors:value:Ambient (key is case sensitive)
#columns=system:hr_name,load:min5,cpu:total,mem:percent,memswap:percent,sensors:value:Ambient,sensors:value:Composite
columns=system:hr_name,load:min5,cpu:total,mem:percent,memswap:percent,sensors:value:dell_smm 0
# Define the static servers list
# _protocol can be: rpc (default if not defined) or rest
# List is limited to 256 servers max (1 to 256)
Expand Down
1 change: 0 additions & 1 deletion glances/outputs/glances_curses_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ def __display_server_list(self, stats, x, y, screen_x, screen_y):
xc = x + 2
# First line (plugin name)
for k, v in column_def.items():
logger.info(k)
k_split = k.split('_')
logger.info(k_split)
if len(k_split) == 1:
Expand Down

0 comments on commit 773ebd9

Please sign in to comment.