mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 12:07:49 +02:00
removed useless logging again
This commit is contained in:
@ -379,8 +379,6 @@ namespace rds {
|
||||
// Decode block B
|
||||
decodeBlockB();
|
||||
|
||||
flog::debug("RDS Group {}{}", groupType, (groupVer == GROUP_VER_A) ? 'A':'B');
|
||||
|
||||
// Decode depending on group type
|
||||
switch (groupType) {
|
||||
case 0:
|
||||
|
Reference in New Issue
Block a user