From 4a132c59ee612fd54375b1057476394ffd2d0e5f Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 15 Dec 2016 18:46:30 +0000 Subject: [PATCH] Remove diagnostic write to LU 83. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7382 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/qra64a.f90 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/qra64a.f90 b/lib/qra64a.f90 index c9910cbae..3ad349da9 100644 --- a/lib/qra64a.f90 +++ b/lib/qra64a.f90 @@ -150,9 +150,5 @@ subroutine qra64a(dd,npts,nutc,nf1,nf2,nfqso,ntol,mode64,minsync,ndepth, & endif call timer('qra64a ',1) - write(83,4001) nutc,sync,sync2,b90,width,b90/width,nsnr,dtx,nfreq,decoded,nft-100 -4001 format(i4.4,5f6.1,i4,f6.2,i5,1x,a22,i3) - - return end subroutine qra64a