From 6bcfe14ec21992b3f845dafee63189a9ff5e7fa0 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 24 Mar 2006 19:45:29 +0000 Subject: [PATCH] Removed diagnostic print statement. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@134 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- deep65.f | 1 - wsjt.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/deep65.f b/deep65.f index 8f7a49a5e..1ac1e36c7 100644 --- a/deep65.f +++ b/deep65.f @@ -121,7 +121,6 @@ C If sync=OOO, no CQ messages 30 enddo qual=100.0*(p1-0.405) - print*,nhard1,ref1/ref0,qual,100.0*(p1*(ref1/ref0)-0.40) if(mode65.eq.1) qual=100.0*(p1-0.335) if(mode65.eq.4) qual=100.0*(p1-0.505) if(qual.lt.0.) qual=0. diff --git a/wsjt.py b/wsjt.py index 7d2eb317d..9f44e186c 100644 --- a/wsjt.py +++ b/wsjt.py @@ -1,4 +1,4 @@ -#----------------------------------------------------------------- WSJT +#---------------------------------------------------------------- WSJT from Tkinter import * from tkFileDialog import * import Pmw