mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
Removed unecessary codr 'print'
This commit is contained in:
committed by
Erik Bjorge
parent
f23a4c1175
commit
405992e54c
@@ -188,10 +188,8 @@ class uefivar_fuzz(BaseModule):
|
||||
_DATA = None
|
||||
while not _DATA:
|
||||
_DATA = self.rnd(random.randrange(BOUND_INT))
|
||||
print _DATA
|
||||
|
||||
if FUZZ_SIZE : _SIZE = random.randrange(len(_DATA))
|
||||
print ("hoe",_SIZE)
|
||||
|
||||
if (count < CASE): continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user