From 88ae46eb3a411a7ee32a5a32fcbe54b616d4d3d8 Mon Sep 17 00:00:00 2001
From: Joe Taylor <k1jt@arrl.org>
Date: Fri, 17 May 2013 01:35:36 +0000
Subject: [PATCH] Diasble diagnostic writes.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3278 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
---
 lib/decoder.f90 | 20 ++++++++++----------
 mainwindow.cpp  |  2 +-
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/lib/decoder.f90 b/lib/decoder.f90
index d1bd5f4dd..b015022b6 100644
--- a/lib/decoder.f90
+++ b/lib/decoder.f90
@@ -144,9 +144,9 @@ subroutine decoder(ss,c0,nstandalone)
               nsnr=nint(snrdb)
               ndrift=nint(drift/df3)
               
-              write(38,3002) nutc,nqd,nsnr,i,freq,ccfred(i),red2(i),     &
-                   red3(i),schk,nlim,msg
-3002          format(i4.4,i2,i4,i5,f7.1,f5.1,f6.1,2f5.1,i8,1x,a22)
+!              write(38,3002) nutc,nqd,nsnr,i,freq,ccfred(i),red2(i),     &
+!                   red3(i),schk,nlim,msg
+!3002          format(i4.4,i2,i4,i5,f7.1,f5.1,f6.1,2f5.1,i8,1x,a22)
 
               if(msg.ne.'                      ') then
                  if(nqd.eq.0) ndecodes0=ndecodes0+1
@@ -167,8 +167,8 @@ subroutine decoder(ss,c0,nstandalone)
                  call flush(6)
               endif
            else
-              write(38,3002) nutc,nqd,-99,i,freq,ccfred(i),red2(i),red3(i),  &
-                   schk,0
+!              write(38,3002) nutc,nqd,-99,i,freq,ccfred(i),red2(i),red3(i),  &
+!                   schk,0
            endif
         endif
      enddo
@@ -186,11 +186,11 @@ subroutine decoder(ss,c0,nstandalone)
   if(nstandalone.eq.0) call timer('decoder ',101)
 
   call system_clock(iclock,iclock_rate,iclock_max)
-  write(39,3001) nutc,nfreqs1,nfreqs0,ndecodes1,ndecodes0+ndecodes1,       &
-       float(iclock-iclock0)/iclock_rate
-3001 format(5i8,f10.3)
-  call flush(38)
-  call flush(39)
+!  write(39,3001) nutc,nfreqs1,nfreqs0,ndecodes1,ndecodes0+ndecodes1,       &
+!       float(iclock-iclock0)/iclock_rate
+!3001 format(5i8,f10.3)
+!  call flush(38)
+!  call flush(39)
 
   return
 end subroutine decoder
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 3cf6d18c2..5346b6498 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -1,4 +1,4 @@
-//------------------------------------------------------------ MainWindow
+//------------------------------------------------------------- MainWindow
 #include "mainwindow.h"
 #include "ui_mainwindow.h"
 #include "devsetup.h"