px_uploader.py: remove unused variable

This commit is contained in:
Julian Oes 2016-10-20 18:07:15 +02:00 committed by Lorenz Meier
parent a14c565ab1
commit d1822699a9
1 changed files with 0 additions and 1 deletions

View File

@ -417,7 +417,6 @@ class uploader(object):
+ uploader.EOC)
report_crc = self.__recv_int()
self.__getSync()
verifyProgress = 0
if report_crc != expect_crc:
print("Expected 0x%x" % expect_crc)
print("Got 0x%x" % report_crc)