From 46c578c8e6998017511cd13e75b51a3bbbcbbdfe Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Tue, 16 Aug 2022 23:26:14 +0530
Subject: [PATCH] remove debug print

---
 nb_menu.c | 3 ---
 1 file changed, 3 deletions(-)

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() {
-- 
2.45.2