removed useless logging again

This commit is contained in:
AlexandreRouma 2024-01-30 00:01:10 +01:00
parent f0bd17f9f4
commit a9e59bdf3c

View File

@ -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: