From fd388a500b0c45afb1668ba28758dbc1ea5631b1 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 31 Dec 2010 16:16:46 +0100 Subject: [PATCH] servicedvb.cpp: remove debug output --- lib/service/servicedvb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index 6a464af..3e58091 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -905,7 +905,7 @@ RESULT eServiceFactoryDVB::lookupService(ePtr &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; } } -- 2.7.4