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