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:
Steven Franke 2016-09-20 20:47:29 +00:00
parent b04c3ab79c
commit 50d505c3b8

View File

@ -143,7 +143,6 @@ subroutine mskrtd(id2,nutc0,tsec,ntol,line)
call msk144decodeframe(ct,msgreceived,nsuccess)
if(nsuccess .gt. 0) then
write(*,*) nsuccess,msgreceived
write(line,1020) nutc0,nsnr,tsec,nint(fest),msgreceived,char(0)
1020 format(i6.6,i4,f5.1,i5,' ^ ',a22,a1)
goto 999