From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Tue, 16 Aug 2022 17:56:14 +0000 (+0530)
Subject: remove debug print
X-Git-Url: https://git.rkrishnan.org/components/%5B%5E?a=commitdiff_plain;h=46c578c8e6998017511cd13e75b51a3bbbcbbdfe;p=pihpsdr.git

remove debug print
---

diff --git a/nb_menu.c b/nb_menu.c
index ee7de74..283d871 100644
--- a/nb_menu.c
+++ b/nb_menu.c
@@ -39,13 +39,10 @@ double nb_transition_time = 0.0001;
 double nb_threshold_value = 20.0;
 
 void nb_changed() {
-    // XXX call NB api to set the changed values.
     SetEXTANBHangtime(0, nb_lag_time);
     SetEXTANBAdvtime(0, nb_lead_time);
     SetEXTANBTau(0, nb_transition_time);
     SetEXTANBThreshold(0, nb_threshold_value);
-
-    fprintf(stderr, "NB values set\n");
 }
 
 static void cleanup() {