diff --git a/pyren/mod_scan_ecus.py b/pyren/mod_scan_ecus.py index 5db5ca5..24c5647 100755 --- a/pyren/mod_scan_ecus.py +++ b/pyren/mod_scan_ecus.py @@ -156,7 +156,7 @@ class ScanEcus: canL = '12' self.elm.init_can() - print self.allecus + #print self.allecus for ecu, row in sorted(self.allecus.iteritems(),key = lambda (x,y) :y['idf']+y['protocol']): if (self.allecus[ecu]['pin']=='can' and self.allecus[ecu]['pin1']==canH and