Removed diagnostic print.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@493 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2007-07-11 15:42:10 +00:00
parent 89b7551bd6
commit 1a2967e407
2 changed files with 0 additions and 4 deletions

View File

@ -1164,8 +1164,6 @@ def update():
except:
pass
bmtext.see(END)
# for i in range(100,160):
# if g.fc[i]!="": print i,g.fc[i]
Audio.gcom2.ndecdone=0
if loopall: opennext()

View File

@ -137,7 +137,6 @@ def set_freezedf(event):
n=int(g.DFreq + 0.5)
Audio.gcom2.mousedf=n
df_mark()
print 'B',n
#------------------------------------------------------ ftnstr
def ftnstr(x):
@ -186,7 +185,6 @@ def draw_axis():
xmid=125.0 - 2.3 #Empirical
x1=int(xmid-0.6*bw) #Make it too wide, to be
x2=int(xmid+0.6*bw) #sure to get all the numbers
# print 'B ',Audio.gcom2.nfullspec,bw,xdf,xmid
ilab=10
if bw <= 60.0: ilab=5
if bw <= 30.0: ilab=2