]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - src/adafruit_blinka/microcontroller/generic_linux/spi.py
remove debug output from SPI class
[Adafruit_Blinka-hackapet.git] / src / adafruit_blinka / microcontroller / generic_linux / spi.py
index cc19cd89312679e6a09450980f5ab9ffa76c3901..5e1bc410423ca8be696e40b01d8a0d96055eebcd 100755 (executable)
@@ -40,9 +40,6 @@ class SPI:
                 self._spi.no_cs = True  # this doesn't work but try anyways
             except AttributeError:
                 pass
-        else:
-            # TODO: remove this debug output
-            print("Adafruit_Blinka: generic_linux/spi.py: set_no_cs(): detected AM33XX, SKIP setting no_cs")
 
     def write(self, buf, start=0, end=None):
         if not buf: