diff options
-rw-r--r-- | p2pvr/lib/serviceStreamerCore.cpp | 2 |
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; } |