Remove debug code

pull/1263/head
nicolargo 2018-05-12 10:27:30 +02:00
parent 47a0fece80
commit 0d7dd3df7f
1 changed files with 0 additions and 5 deletions

View File

@ -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,