summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-24 02:56:44 +0000
committerMike Fulbright <msf@redhat.com>2001-07-24 02:56:44 +0000
commit5328b320c3a31685e0ffe3ee53c0f1c45ed4e448 (patch)
tree6a9fb87a2672b655778d769eb849bcc505d162c3 /xf86config.py
parentdde0a3d6209786afcb77cce8bc381439d9d6af74 (diff)
downloadanaconda-5328b320c3a31685e0ffe3ee53c0f1c45ed4e448.tar.gz
anaconda-5328b320c3a31685e0ffe3ee53c0f1c45ed4e448.tar.xz
anaconda-5328b320c3a31685e0ffe3ee53c0f1c45ed4e448.zip
remove comments
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 902bf566d..ba557bba3 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -966,9 +966,7 @@ class XF86Config:
fbmonsect = self.monitor.getFBMonitorSection()
if fbmonsect:
- print fbmonsect
self.manualModes = self.monitor.getFBMonitorMode()
- print "set to ",self.manualModes
elif self.videocard.hasFixedMode():
self.manualModes = self.videocard.FixedMode()
else: