Skip to content

Commit 0a1c8ff

Browse files
committed
Clean up and remove unused code
1 parent 6cde03a commit 0a1c8ff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

adafruit_platformdetect/chip.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ class Chip:
2727
"""Attempt detection of current chip / CPU."""
2828
def __init__(self, detector):
2929
self.detector = detector
30-
try:
31-
if os.environ['BLINKA_NOVA']:
32-
self._binho = None
33-
except KeyError: # no relevant environment var
34-
pass
3530

3631
@property
3732
def id(self): # pylint: disable=invalid-name,too-many-branches,too-many-return-statements

0 commit comments

Comments
 (0)