calibrate: Don't print the calibration status

This commit is contained in:
Marco Trevisan (Treviño) 2020-06-10 19:29:22 +02:00
parent b211d0e92b
commit fd80c01cd5

View file

@ -75,7 +75,6 @@ def calibrate(calib_data_path='calib-data.bin'):
rsp=tls.cmd(calibrate_prg) rsp=tls.cmd(calibrate_prg)
assert_status(rsp) assert_status(rsp)
print(rsp.hex())
# ^ TODO check what the rest of the rsp means # ^ TODO check what the rest of the rsp means
calib_data=usb.read_82() calib_data=usb.read_82()