remove debug output

This commit is contained in:
rtlsdrblog 2023-08-23 15:40:02 +12:00
parent ba387da714
commit 936fd51358

View File

@ -1675,9 +1675,7 @@ found:
switch (dev->tuner_type) { switch (dev->tuner_type) {
case RTLSDR_TUNER_R828D: case RTLSDR_TUNER_R828D:
// If NOT an RTL-SDR Blog V4, set typical R828D 16 MHz freq. Otherwise, keep at 28.8 MHz. // If NOT an RTL-SDR Blog V4, set typical R828D 16 MHz freq. Otherwise, keep at 28.8 MHz.
if (!(rtlsdr_check_dongle_model(dev, "RTLSDRBlog", "Blog V4"))) if (!(rtlsdr_check_dongle_model(dev, "RTLSDRBlog", "Blog V4"))) {
{
fprintf(stdout, "setting 16mhz");
dev->tun_xtal = R828D_XTAL_FREQ; dev->tun_xtal = R828D_XTAL_FREQ;
} }
/* fall-through */ /* fall-through */