mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -05: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
|
||||
call pack77(msg,i3,n3,c77)
|
||||
call unpack77(c77,0,msgsent,unpk77_success)
|
||||
write(*,*) 'in genft8 ',i3,n3,msgsent
|
||||
read(c77,'(77i1)',err=1) msgbits
|
||||
if(unpk77_success) go to 2
|
||||
1 msgbits=0
|
||||
|
Loading…
Reference in New Issue
Block a user