diff options
| author | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-10-15 15:14:38 +0000 |
|---|---|---|
| committer | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-10-15 15:14:38 +0000 |
| commit | 34b5be4a2cc2095806cf1860dc02360f546a306a (patch) | |
| tree | c00ff31cf5101e117602a6b587507c5f48947e98 | |
| parent | c69bb079fef352b7b34eac8739b0dc051629cb7b (diff) | |
| download | enigma2-34b5be4a2cc2095806cf1860dc02360f546a306a.tar.gz enigma2-34b5be4a2cc2095806cf1860dc02360f546a306a.zip | |
remove unnecessary debug and fix typo bug
| -rw-r--r-- | lib/python/Components/Scanner.py | 1 | ||||
| -rw-r--r-- | lib/service/servicemp3.cpp | 2 |
2 files changed, 1 insertions, 2 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 diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp index e435863c..a738a5a8 100644 --- a/lib/service/servicemp3.cpp +++ b/lib/service/servicemp3.cpp @@ -12,7 +12,7 @@ #include <lib/base/init_num.h> #include <lib/base/init.h> #include <gst/gst.h> -#include <gst/pbutils/missing-plugins.h>find +#include <gst/pbutils/missing-plugins.h> #include <sys/stat.h> /* for subtitles */ #include <lib/gui/esubtitle.h> |
