less verbose

This commit is contained in:
Alex Groce 2018-09-05 13:39:23 -07:00
parent 47f29219dd
commit 83cdc2f070

View File

@ -182,7 +182,6 @@ def main():
banews.append(bytearray([ba[0]-1]))
for banew in banews:
newTest = part1 + banew + part2 + banew + part3
print(len(newTest),len(currentTest))
r = writeAndRunCandidate(newTest)
if checks(r):
print("BYTE PATTERN", ba, "AT", b1, "AND", b2, "CHANGED TO", banew)