summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/MuxElements.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/MuxElements.cpp b/src/MuxElements.cpp
index 93a98f4..e8871d1 100644
--- a/src/MuxElements.cpp
+++ b/src/MuxElements.cpp
@@ -216,8 +216,6 @@ bool DabComponent::isPacketComponent(vector<dabSubchannel*>& subchannels)
return false;
}
if ((*getSubchannel(subchannels, subchId))->type != Packet) {
- etiLog.log(error,
- "Invalid component type for defining packet ");
return false;
}
return true;