summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-02-03 21:02:48 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2015-06-13 17:29:50 +0100
commitffff36a70d71502019f5c3019a3d3e8f62f122d9 (patch)
treed90537f647563b4dd6784edcc914caf26defacd4
parentTemporaryIceAdapterObject should take and keep a handle to its object (diff)
downloadp2pvr-ffff36a70d71502019f5c3019a3d3e8f62f122d9.tar.bz2
p2pvr-ffff36a70d71502019f5c3019a3d3e8f62f122d9.tar.xz
p2pvr-ffff36a70d71502019f5c3019a3d3e8f62f122d9.zip
Remove debug
-rw-r--r--p2pvr/lib/serviceStreamerCore.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/p2pvr/lib/serviceStreamerCore.cpp b/p2pvr/lib/serviceStreamerCore.cpp
index b046f2e..4e253d2 100644
--- a/p2pvr/lib/serviceStreamerCore.cpp
+++ b/p2pvr/lib/serviceStreamerCore.cpp
@@ -32,9 +32,7 @@ ServiceStreamerCore::HandlePAT(ProgramAssociationMapPtr pam)
stopHandle(pmtHandle);
pmtHandle = tuner->StartSendingSection(pmtStream, pmtParser);
}
- Logger()->messagef(LOG_DEBUG, "%s: forward", __PRETTY_FUNCTION__);
patTarget->NewData(patParser.Get()->CurrentRawData());
- Logger()->messagef(LOG_DEBUG, "%s: forwarded", __PRETTY_FUNCTION__);
return false;
}