servicedvb.cpp: remove debug output
authorghost <andreas.monzner@multimedia-labs.de>
Fri, 31 Dec 2010 15:16:46 +0000 (16:16 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Fri, 31 Dec 2010 15:16:46 +0000 (16:16 +0100)
lib/service/servicedvb.cpp

index 6a464af..3e58091 100644 (file)
@@ -905,7 +905,7 @@ RESULT eServiceFactoryDVB::lookupService(ePtr<eDVBService> &service, const eServ
                /* we are sure to have a ..DVB reference as the info() call was forwarded here according to it's ID. */
                if ((err = db->getService((eServiceReferenceDVB&)ref, service)) != 0)
                {
-                       eDebug("getService failed!");
+//                     eDebug("getService failed!");
                        return err;
                }
        }