mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-27 19:25:27 +03:00
Remove debug code
This commit is contained in:
parent
47a0fece80
commit
0d7dd3df7f
@ -253,11 +253,6 @@ class GlancesProcesses(object):
|
||||
# User filter
|
||||
not (self._filter.is_filtered(p.info))]
|
||||
|
||||
# !!! TODO: Remove
|
||||
self.processlist[0]['cpu_percent'] = None
|
||||
# !!! /TODO
|
||||
|
||||
|
||||
# Sort the processes list by the current sort_key
|
||||
self.processlist = sort_stats(self.processlist,
|
||||
sortedby=self.sort_key,
|
||||
|
Loading…
Reference in New Issue
Block a user