FMRadio: comment this line

This commit is contained in:
Gabriel2392 2022-07-30 20:25:38 -03:00
commit c69aed4a54

View file

@ -206,7 +206,7 @@ static int64_t fm_radio_get_freqs(int fd) {
if (contains(tracks, ret))
break;
track = ret;
printf("Found Freq %lld\n", ret);
// printf("Found Freq %ld\n", ret);
}
fm_radio_set_mute(fd, false);
return ret;