]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
remove debug print statement
authorDrew Fustini <drew@pdp7.com>
Mon, 22 Oct 2018 18:15:20 +0000 (18:15 +0000)
committerDrew Fustini <drew@pdp7.com>
Mon, 22 Oct 2018 18:15:20 +0000 (18:15 +0000)
src/board.py

index a706400e4539392efe0fa66d4235676a6704c3ae..4dab38536cdf002601556269a7a61434f2885875 100755 (executable)
@@ -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")