summaryrefslogtreecommitdiffstats
path: root/mouse.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-31 18:59:43 +0000
committerMatt Wilson <msw@redhat.com>1999-08-31 18:59:43 +0000
commit3a96551761e539e0134573a903ea790092fcaf0c (patch)
tree45f8863770db66c54eac792bfa176955dcdcca8d /mouse.py
parentbc72e032d7227116ddd67bfd22f408f86e0d58fa (diff)
downloadanaconda-3a96551761e539e0134573a903ea790092fcaf0c.tar.gz
anaconda-3a96551761e539e0134573a903ea790092fcaf0c.tar.xz
anaconda-3a96551761e539e0134573a903ea790092fcaf0c.zip
bye bye debugging message
Diffstat (limited to 'mouse.py')
-rw-r--r--mouse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mouse.py b/mouse.py
index 41f352f5e..773e3ced1 100644
--- a/mouse.py
+++ b/mouse.py
@@ -75,7 +75,7 @@ class Mouse (SimpleConfigFile):
mice.sort()
for desc in mice:
(gpm, x11, dev, em) = self.mice[desc]
- print "trying %s: '%s', '%s'" % (desc, x11, proto)
+# print "trying %s: '%s', '%s'" % (desc, x11, proto)
if (x11 == proto and desc[0:7] == "Generic" and emulate == em):
mouseType = (desc, emulate, device)
break