remove debugging

This commit is contained in:
Pepijn de Vos 2020-08-01 11:06:08 +02:00
parent f6e20700d4
commit 79ca4d9640
1 changed files with 0 additions and 2 deletions

View File

@ -15,6 +15,4 @@ class OpenFPGALoader(GenericProgrammer):
self.board = board
def load_bitstream(self, bitstream_file):
print(["openFPGALoader", "--board", self.board, bitstream_file])
subprocess.call(["openFPGALoader", "--board", self.board, bitstream_file])
print("done")