Skip to content

Commit 13b16fe

Browse files
committed
Update js8callutilsGPSD.py
1 parent 40b4a19 commit 13b16fe

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

js8callutilsGPSD.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,10 +398,11 @@ def getGrid(self):
398398
gpsText = gpsl.getMaidenhead()
399399
ngr = gpsl.get_ngr()
400400

401-
if gpsText!=None:
402-
print("Got Grid "+gpsText)
403-
if ngr!=None:
404-
print("Got NGR "+ngr)
401+
#if gpsText!=None:
402+
# print("Got Grid "+gpsText)
403+
#if ngr!=None:
404+
# #print("Got NGR "+ngr)
405+
# None
405406

406407
self.var1.set(gpsText)
407408

0 commit comments

Comments
 (0)