Skip to content

Commit

Permalink
@mbridak removed commented out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Nov 17, 2024
1 parent 254f657 commit 3199809
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions not1mm/plugins/lz-dx.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
LZ-DX
@dg9vh
LZ-DX
-------------------------------------------------
Status: Active
Geographic Focus: Bulgaria
Expand Down Expand Up @@ -28,7 +29,7 @@
Score Calculation: Total score = total QSO points x total mults
Mail logs to: [email protected]
Find rules at: https://lzdx.bfra.bg/rulesen.html
Cabrillo name: HELVETIA
Cabrillo name: LZ-DX
"""

import datetime
Expand Down Expand Up @@ -157,16 +158,6 @@ def set_tab_prev(self):
}


'''
def set_contact_vars(self):
"""Contest Specific"""
self.contact["SNT"] = self.sent.text()
self.contact["RCV"] = self.receive.text()
self.contact["SentNr"] = self.other_1.text().upper()
self.contact["NR"] = self.other_2.text().upper()
'''


def set_contact_vars(self):
"""Contest Specific"""
self.contact["SNT"] = self.sent.text()
Expand Down Expand Up @@ -222,11 +213,6 @@ def prefill(self):
else:
field.setText(sent_sxchange_setting)

# print(self.contact.get("ZN", 0))
# """Fill ITU Zone"""
# if len(self.other_2.text()) == 0:
# self.other_2.setText(str(self.contact.get("ZN", 0)))


def show_mults(self):
"""Return display string for mults"""
Expand Down

0 comments on commit 3199809

Please sign in to comment.