Skip to content

Commit 6164aa0

Browse files
committed
Remove unused code.
1 parent 257871c commit 6164aa0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_lsm9ds1.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,6 @@ def read_temp_raw(self):
309309
self._BUFFER)
310310
temp = ((self._BUFFER[1] << 8) | self._BUFFER[0]) >> 4
311311
return _twos_comp(temp, 12)
312-
#print('Raw temp: {0} 0x{0:04X}'.format(temp))
313-
return temp
314312

315313
@property
316314
def temperature(self):

0 commit comments

Comments
 (0)