From 8f4d222660f2f7cba74ce32b33ee3c8e68335568 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 3 Aug 2025 16:21:43 +0200 Subject: [PATCH] remove useless print --- filter/bs412.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter/bs412.c b/filter/bs412.c index 475af8c..6e3ac60 100644 --- a/filter/bs412.c +++ b/filter/bs412.c @@ -45,7 +45,7 @@ float bs412_compress(BS412Compressor* mpx, float sample) { #ifdef BS412_DEBUG if(mpx->average_counter % mpx->sample_rate == 0) { - debug_printf("MPX power: %.2f dBr (%.0f) with gain %.2fx (%.2f dBr)\n", modulation_power, avg_deviation, mpx->gain, deviation_to_dbr(avg_deviation * mpx->gain)); + debug_printf("MPX power: %.2f dBr with gain %.2fx (%.2f dBr)\n", modulation_power, mpx->gain, deviation_to_dbr(avg_deviation * mpx->gain)); } #endif