aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-10-15 15:14:38 +0000
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-10-15 15:14:38 +0000
commit34b5be4a2cc2095806cf1860dc02360f546a306a (patch)
treec00ff31cf5101e117602a6b587507c5f48947e98 /lib/python
parentc69bb079fef352b7b34eac8739b0dc051629cb7b (diff)
downloadenigma2-34b5be4a2cc2095806cf1860dc02360f546a306a.tar.gz
enigma2-34b5be4a2cc2095806cf1860dc02360f546a306a.zip
remove unnecessary debug and fix typo bug
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/Scanner.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Components/Scanner.py b/lib/python/Components/Scanner.py
index 5a26a7d4..93c3c9ac 100644
--- a/lib/python/Components/Scanner.py
+++ b/lib/python/Components/Scanner.py
@@ -16,7 +16,6 @@ def getExtension(file):
def getType(file):
(type, _) = guess_type(file)
- print "guessed type:", type
if type is None:
# Detect some mimetypes unknown to dm7025
# TODO: do mimetypes.add_type once should be better