From d8d5782101b8cc70c285c4abf0519d1b54efc2a6 Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Fri, 23 Feb 2001 16:41:29 +0000 Subject: remove debugging output --- xserver.py | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'xserver.py') diff --git a/xserver.py b/xserver.py index 6ce6b661e..d4c4ce89d 100644 --- a/xserver.py +++ b/xserver.py @@ -255,7 +255,7 @@ def start_existing_X(): "/usr/share/fonts/KOI8-R/misc/," "/usr/share/fonts/KOI8-R/75dpi/") - print args +# print args os.execv(serverPath, args) # give time for the server to fail (if it is going to fail...) @@ -276,17 +276,3 @@ def start_existing_X(): # reconfig mode? return (None, None) - - - - - - - - - - - - - - -- cgit