diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-31 18:59:43 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-31 18:59:43 +0000 |
commit | 3a96551761e539e0134573a903ea790092fcaf0c (patch) | |
tree | 45f8863770db66c54eac792bfa176955dcdcca8d /mouse.py | |
parent | bc72e032d7227116ddd67bfd22f408f86e0d58fa (diff) | |
download | anaconda-3a96551761e539e0134573a903ea790092fcaf0c.tar.gz anaconda-3a96551761e539e0134573a903ea790092fcaf0c.tar.xz anaconda-3a96551761e539e0134573a903ea790092fcaf0c.zip |
bye bye debugging message
Diffstat (limited to 'mouse.py')
-rw-r--r-- | mouse.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |