From: c vw <dl1ycf@darc.de>
Date: Wed, 15 Jan 2020 17:13:24 +0000 (+0100)
Subject: commented debug output
X-Git-Url: https://git.rkrishnan.org/pf/components/vdrive/frontends/%22file://%22%3C?a=commitdiff_plain;h=8c423fe57cdb8843267e02786059caefb1eb3dac;p=pihpsdr.git

commented debug output
---

diff --git a/diversity_menu.c b/diversity_menu.c
index c2c37ee..0b447cf 100644
--- a/diversity_menu.c
+++ b/diversity_menu.c
@@ -100,7 +100,7 @@ static void set_gain_phase() {
   arg=div_phase*0.017453292519943295769236907684886;
   div_cos=amplitude*cos(arg);
   div_sin=amplitude*sin(arg);
-  fprintf(stderr,"GAIN=%f PHASE=%f\n", div_gain, div_phase);
+//fprintf(stderr,"GAIN=%f PHASE=%f\n", div_gain, div_phase);
 }
 
 static void gain_coarse_changed_cb(GtkWidget *widget, gpointer data) {