]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
removed debug line
authorc vw <dl1ycf@darc.de>
Wed, 4 Dec 2019 16:14:48 +0000 (17:14 +0100)
committerc vw <dl1ycf@darc.de>
Wed, 4 Dec 2019 16:14:48 +0000 (17:14 +0100)
vfo.c

diff --git a/vfo.c b/vfo.c
index a1e783ecbcddd193da4b2e403e4a2c4efbb24f75..e4bcc8c0a96af98bbb354fc8430b077e34c2b350 100644 (file)
--- 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;
   }