From: c vw <dl1ycf@darc.de>
Date: Wed, 4 Dec 2019 16:14:48 +0000 (+0100)
Subject: removed debug line
X-Git-Url: https://git.rkrishnan.org/simplejson/decoder.py.html?a=commitdiff_plain;h=27f7cd128980adb2d4b07c780570677aecfb3f50;p=pihpsdr.git

removed debug line
---

diff --git a/vfo.c b/vfo.c
index a1e783e..e4bcc8c 100644
--- a/vfo.c
+++ b/vfo.c
@@ -688,7 +688,6 @@ void vfo_move_to(long long hz) {
   long long f;
   long long delta;
 
-  fprintf(stderr,"VFO MOVE TO: %lld\n", hz);
   if(vfo[id].mode!=modeCWL && vfo[id].mode!=modeCWU) {
     offset=(hz/step)*step;
   }