Skip to content

Commit a9e59bd

Browse files
removed useless logging again
1 parent f0bd17f commit a9e59bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

decoder_modules/radio/src/rds.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,6 @@ namespace rds {
379379
// Decode block B
380380
decodeBlockB();
381381

382-
flog::debug("RDS Group {}{}", groupType, (groupVer == GROUP_VER_A) ? 'A':'B');
383-
384382
// Decode depending on group type
385383
switch (groupType) {
386384
case 0:

0 commit comments

Comments
 (0)