diff options
Diffstat (limited to 'src/utils.cpp')
-rw-r--r-- | src/utils.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils.cpp b/src/utils.cpp index 654759d..85f42d2 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -418,8 +418,6 @@ void printSubchannels(vector<dabSubchannel*>& subchannels) (*subchannel)->bitrate); if (protection->form == UEP) { etiLog.log(info, " protection: UEP %i", protection->level + 1); - etiLog.log(info, " switch: %i", - protection->uep.tableSwitch); etiLog.log(info, " index: %i", protection->uep.tableIndex); } |