From 07c009c8376f4bef6fb5cd84067c1e092c59bd7e Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 31 Oct 2012 19:23:10 +0000 Subject: [PATCH] Remove diagnostic print. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2711 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/decoder.f90 | 1 - mainwindow.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/decoder.f90 b/lib/decoder.f90 index 54114a6a9..293fcaea0 100644 --- a/lib/decoder.f90 +++ b/lib/decoder.f90 @@ -76,7 +76,6 @@ subroutine decoder(ntrSeconds,ndepth,nRxLog,c0) snr=10.0*log10(ccfred(i)) - 10.0*log10(2500.0/df3) + 2.0 sync=ccfred(i) - 2.0 if(sync.lt.0.0) sync=0.0 - print*,f,ccfred(i),sync,snr,msg nsync=sync if(nsync.gt.10) nsync=10 nsnr=nint(snr) diff --git a/mainwindow.cpp b/mainwindow.cpp index 0171d5ba8..221d7589b 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//-------------------------------------------------------------- MainWindow +//------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h"