removed useless logging again

pull/1310/head
AlexandreRouma 2024-01-30 00:01:10 +01:00
rodzic f0bd17f9f4
commit a9e59bdf3c
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

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