diff options
author | bfox <bfox> | 2000-11-17 20:48:47 +0000 |
---|---|---|
committer | bfox <bfox> | 2000-11-17 20:48:47 +0000 |
commit | ee25e8d2e5e5c55ca87bbb58add4ea6584efad59 (patch) | |
tree | 3d8d0f797a29e67616a88c8bfb7ee173ddd57be9 /xf86config.py | |
parent | 17654eca4d85bbe83d2bb7402f6e3490d47b3077 (diff) | |
download | anaconda-ee25e8d2e5e5c55ca87bbb58add4ea6584efad59.tar.gz anaconda-ee25e8d2e5e5c55ca87bbb58add4ea6584efad59.tar.xz anaconda-ee25e8d2e5e5c55ca87bbb58add4ea6584efad59.zip |
Removed some print statements.
Diffstat (limited to 'xf86config.py')
-rw-r--r-- | xf86config.py | 2 |
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() |