aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-09-01 21:14:04 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-09-01 21:14:04 +0000
commit93dd4a38acfe092d0f41d8018aebf4b13eb64aed (patch)
tree4e4fcfaea71628b226e07d05e5685ad85d73fba0 /lib/python/Components
parentd93fedc90787f2888f91d3b42dd35868e030cdbe (diff)
downloadenigma2-93dd4a38acfe092d0f41d8018aebf4b13eb64aed.tar.gz
enigma2-93dd4a38acfe092d0f41d8018aebf4b13eb64aed.zip
removed debug output
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/InputDevice.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Components/InputDevice.py b/lib/python/Components/InputDevice.py
index eb88e650..e6d5a882 100644
--- a/lib/python/Components/InputDevice.py
+++ b/lib/python/Components/InputDevice.py
@@ -9,10 +9,10 @@ class inputDevices:
def __init__(self):
pass
def setRepeat(self, value):
- print "setup rc repeat"
+ #print "setup rc repeat"
pass
def setDelay(self, value):
- print "setup rc delay"
+ #print "setup rc delay"
pass
def InitInputDevices():