Skip to content

Commit d8478ab

Browse files
changed starfive board detection function
1 parent 96b0c05 commit d8478ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_platformdetect/board.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ def id(self) -> Optional[str]:
230230
def _starfive_id(self) -> Optional[str]:
231231
model = None
232232
model_value = self.detector.get_device_model()
233-
print(model_value)
234233
if "VisionFive" in model_value and "V2" in model_value:
235234
model = boards.VISIONFIVE2
236235
return model

0 commit comments

Comments
 (0)