summaryrefslogtreecommitdiffstats
path: root/mouse.py
diff options
context:
space:
mode:
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