From f5a1e86d8520c55ab60d735c146c915b01b85ee3 Mon Sep 17 00:00:00 2001 From: jeankalud Date: Wed, 1 Mar 2017 18:13:37 -0500 Subject: [PATCH] Add files via upload Removed unused debug strings --- common/dbc.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/dbc.py b/common/dbc.py index e7609f513b..054da288ef 100755 --- a/common/dbc.py +++ b/common/dbc.py @@ -163,12 +163,10 @@ class dbc(object): # big or little endian? # see http://vi-firmware.openxcplatform.com/en/master/config/bit-numbering.html if s[3] is False: - endianness = "big" ss = self.bits.index(s[1]) x2_int = int(hexlify(x[2]), 16) data_bit_pos = (blen - (ss + s[2])) else: - endianness = "little" x2_int = int(swap_order(hexlify(x[2]), 16, 2), 16) ss = s[1] data_bit_pos = ss