remove unnecessary debug and fix typo bug
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>
Wed, 15 Oct 2008 15:14:38 +0000 (15:14 +0000)
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>
Wed, 15 Oct 2008 15:14:38 +0000 (15:14 +0000)
lib/python/Components/Scanner.py
lib/service/servicemp3.cpp

index 5a26a7d4bcd277b681484e18ac77f186052e7104..93c3c9ac74ee566d489b417efff720130f352172 100644 (file)
@@ -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
index e435863cb3b3bb95372959196255e08e85d9de68..a738a5a8b28db7890e5d09358b1b40114ac49206 100644 (file)
@@ -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>