diff options
author | bfox <bfox> | 2000-11-17 20:11:25 +0000 |
---|---|---|
committer | bfox <bfox> | 2000-11-17 20:11:25 +0000 |
commit | 34ae249d6dd004f5866f1997f7cccdbaafb96463 (patch) | |
tree | dfa207faddc85b123dddd17d36d6d3d31e2d0495 /xf86config.py | |
parent | d5535772bdaa3554b131c71dafb2d432d067dc35 (diff) | |
download | anaconda-34ae249d6dd004f5866f1997f7cccdbaafb96463.tar.gz anaconda-34ae249d6dd004f5866f1997f7cccdbaafb96463.tar.xz anaconda-34ae249d6dd004f5866f1997f7cccdbaafb96463.zip |
Removed some debug messages.
Diffstat (limited to 'xf86config.py')
-rw-r--r-- | xf86config.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xf86config.py b/xf86config.py index 037bde642..69f1dc6a4 100644 --- a/xf86config.py +++ b/xf86config.py @@ -883,13 +883,10 @@ class XF86Config: probe = probe + _("Video Card") + ": " + self.vidCards[self.primary]["NAME"] + "\n" if self.vidRam: probe = probe + "\t" + _("Video Ram") + ": " + self.vidRam + " kb\n" - print self.server if self.server: - print "Inside probeReport in xf86config.py - if self.server" time.sleep(5) probe = probe + "\t" + _("X server") + ": " + self.server + "\n" if not self.server: - print "Inside probeReport in xf86config.py - if not self.server" time.sleep(5) probe = probe + "\t" + _("Unable to detect video card") |