Skip to content

Commit

Permalink
remove code comment (old) for not trouble
Browse files Browse the repository at this point in the history
  • Loading branch information
Furtif committed Sep 5, 2024
1 parent f13cf01 commit 1f6a417
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ecu.py
Original file line number Diff line number Diff line change
Expand Up @@ -1549,8 +1549,6 @@ def scan(self, progress=None, label=None, vehiclefilter=None, canline=0):
progress.setRange(0, len(project_can_addresses))
progress.setValue(0)

# try_new = []

# Only scan available ecu addresses
for addr in list(set(project_can_addresses)):
i += 1
Expand All @@ -1567,12 +1565,6 @@ def scan(self, progress=None, label=None, vehiclefilter=None, canline=0):
continue

text = _("Scanning address: ")
# text1 = _("Skipping CAN extended address (not supported yet)")
#
# if len(elm.dnat[addr]) > 3 and not options.simulation_mode:
# print(f"{text + addr:<35} ECU: {self.ecu_database.addr_group_mapping[addr]:<65} [{text1}]")
# continue
# else:
print(f"{text + addr:<35} ECU: {self.ecu_database.addr_group_mapping[addr]}")

if not options.simulation_mode:
Expand All @@ -1586,7 +1578,6 @@ def scan(self, progress=None, label=None, vehiclefilter=None, canline=0):
if not options.simulation_mode:
options.elm.close_protocol()

# return try_new

def scan_kwp(self, progress=None, label=None, vehiclefilter=None):
if options.simulation_mode:
Expand Down

0 comments on commit 1f6a417

Please sign in to comment.