From 3a4b11fd8537f3deb1a4213aacf2c2bf2ff6aedf Mon Sep 17 00:00:00 2001 From: fraoustin Date: Tue, 20 Aug 2013 19:37:12 +0200 Subject: [PATCH] Update glances.py --- glances/glances.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/glances/glances.py b/glances/glances.py index 338d3b88..3a10ca14 100644 --- a/glances/glances.py +++ b/glances/glances.py @@ -89,7 +89,6 @@ if not is_Windows: sys.exit(1) is_ColorConsole = False -############### ADD BY FAO #################################################### if is_Windows: try: import colorconsole, colorconsole.terminal @@ -4313,7 +4312,6 @@ def main(): html_tag = False csv_tag = False client_tag = False - print is_Windows, is_ColorConsole if is_Windows and not is_ColorConsole: # Force server mode for Windows OS without Colorconsole server_tag = True