mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
Remove diagnostic write.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7103 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
b04c3ab79c
commit
50d505c3b8
@ -143,7 +143,6 @@ subroutine mskrtd(id2,nutc0,tsec,ntol,line)
|
|||||||
call msk144decodeframe(ct,msgreceived,nsuccess)
|
call msk144decodeframe(ct,msgreceived,nsuccess)
|
||||||
|
|
||||||
if(nsuccess .gt. 0) then
|
if(nsuccess .gt. 0) then
|
||||||
write(*,*) nsuccess,msgreceived
|
|
||||||
write(line,1020) nutc0,nsnr,tsec,nint(fest),msgreceived,char(0)
|
write(line,1020) nutc0,nsnr,tsec,nint(fest),msgreceived,char(0)
|
||||||
1020 format(i6.6,i4,f5.1,i5,' ^ ',a22,a1)
|
1020 format(i6.6,i4,f5.1,i5,' ^ ',a22,a1)
|
||||||
goto 999
|
goto 999
|
||||||
|
Loading…
x
Reference in New Issue
Block a user