projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eaf33f
)
removed debug line
author
c vw
<dl1ycf@darc.de>
Wed, 4 Dec 2019 16:14:48 +0000
(17:14 +0100)
committer
c vw
<dl1ycf@darc.de>
Wed, 4 Dec 2019 16:14:48 +0000
(17:14 +0100)
vfo.c
patch
|
blob
|
history
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;
}