mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-19 02:22:10 -05:00
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:
parent
89b7551bd6
commit
1a2967e407
2
map65.py
2
map65.py
@ -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()
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user