summaryrefslogtreecommitdiffstats
path: root/xserver.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-02-23 16:41:29 +0000
committerMike Fulbright <msf@redhat.com>2001-02-23 16:41:29 +0000
commitd8d5782101b8cc70c285c4abf0519d1b54efc2a6 (patch)
tree698e23790d950e27368a2b5f1ad9ad53f875f80f /xserver.py
parenta197877c784bf1b8ba30a5c7cf488cd88a4d1d9a (diff)
downloadanaconda-d8d5782101b8cc70c285c4abf0519d1b54efc2a6.tar.gz
anaconda-d8d5782101b8cc70c285c4abf0519d1b54efc2a6.tar.xz
anaconda-d8d5782101b8cc70c285c4abf0519d1b54efc2a6.zip
remove debugging output
Diffstat (limited to 'xserver.py')
-rw-r--r--xserver.py16
1 files changed, 1 insertions, 15 deletions
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)
-
-
-
-
-
-
-
-
-
-
-
-
-
-