summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorbfox <bfox>2000-11-17 20:48:47 +0000
committerbfox <bfox>2000-11-17 20:48:47 +0000
commitee25e8d2e5e5c55ca87bbb58add4ea6584efad59 (patch)
tree3d8d0f797a29e67616a88c8bfb7ee173ddd57be9 /xf86config.py
parent17654eca4d85bbe83d2bb7402f6e3490d47b3077 (diff)
downloadanaconda-ee25e8d2e5e5c55ca87bbb58add4ea6584efad59.tar.gz
anaconda-ee25e8d2e5e5c55ca87bbb58add4ea6584efad59.tar.xz
anaconda-ee25e8d2e5e5c55ca87bbb58add4ea6584efad59.zip
Removed some print statements.
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/xf86config.py b/xf86config.py
index 69f1dc6a4..f17f17c48 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -971,8 +971,6 @@ class XF86Config:
self.files = files
self.modes = modes
-# print self.server
-# time.sleep(5)
serverPath = "/usr/X11R6/bin/" + self.server
server = os.fork()