X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/da34280ab47470ee40677fb4ffd178404d077558..9eeec4d1482efafd033d0c274cf2a027276ea2bd:/src/board.py diff --git a/src/board.py b/src/board.py index a706400..4dab385 100755 --- a/src/board.py +++ b/src/board.py @@ -44,5 +44,4 @@ elif board_id == "beaglebone_black": elif "sphinx" in sys.modules: pass else: - print("board.py: board not supported") raise NotImplementedError("Board not supported")