removed debug output
authorRonny Strutz <ronny.strutz@multimedia-labs.de>
Thu, 1 Sep 2005 21:14:04 +0000 (21:14 +0000)
committerRonny Strutz <ronny.strutz@multimedia-labs.de>
Thu, 1 Sep 2005 21:14:04 +0000 (21:14 +0000)
lib/python/Components/InputDevice.py

index eb88e65039e4174941b8be8b5afc88cba0be1531..e6d5a882896e01c0ea413c7e97efd8a9a130a5e6 100644 (file)
@@ -9,10 +9,10 @@ class inputDevices:
        def __init__(self):
                pass
        def setRepeat(self, value):
        def __init__(self):
                pass
        def setRepeat(self, value):
-               print "setup rc repeat"
+               #print "setup rc repeat"
                pass
        def setDelay(self, value):
                pass
        def setDelay(self, value):
-               print "setup rc delay"
+               #print "setup rc delay"
                pass
 
 def InitInputDevices():
                pass
 
 def InitInputDevices():