diff options
Diffstat (limited to 'src/MuxElements.cpp')
-rw-r--r-- | src/MuxElements.cpp | 2 |
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; |