mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-28 11:41:46 +03:00
Remove dev log message
This commit is contained in:
parent
39f06766bf
commit
7d09e4e179
@ -558,7 +558,6 @@ class _GlancesCurses(object):
|
|||||||
if not self.args.disable_quicklook:
|
if not self.args.disable_quicklook:
|
||||||
# Quick look is in the place !
|
# Quick look is in the place !
|
||||||
quicklook_width = screen_x - (stats_width + 8 + stats_number * self.space_between_column)
|
quicklook_width = screen_x - (stats_width + 8 + stats_number * self.space_between_column)
|
||||||
logger.info("Quicklook plugin size: %s" % quicklook_width)
|
|
||||||
try:
|
try:
|
||||||
stats_quicklook = stats.get_plugin(
|
stats_quicklook = stats.get_plugin(
|
||||||
'quicklook').get_stats_display(max_width=quicklook_width, args=self.args)
|
'quicklook').get_stats_display(max_width=quicklook_width, args=self.args)
|
||||||
|
Loading…
Reference in New Issue
Block a user