mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-04 22:27:50 -04:00
Remove some diagnostic writes.
This commit is contained in:
parent
e87cf8dcc5
commit
5034e21291
@ -18,7 +18,6 @@ subroutine genft8(msg,i3,n3,msgsent,msgbits,itone)
|
|||||||
n3=-1
|
n3=-1
|
||||||
call pack77(msg,i3,n3,c77)
|
call pack77(msg,i3,n3,c77)
|
||||||
call unpack77(c77,0,msgsent,unpk77_success)
|
call unpack77(c77,0,msgsent,unpk77_success)
|
||||||
write(*,*) 'in genft8 ',i3,n3,msgsent
|
|
||||||
read(c77,'(77i1)',err=1) msgbits
|
read(c77,'(77i1)',err=1) msgbits
|
||||||
if(unpk77_success) go to 2
|
if(unpk77_success) go to 2
|
||||||
1 msgbits=0
|
1 msgbits=0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user