Removed unecessary codr 'print'

This commit is contained in:
Michaelm396IN
2018-07-25 06:36:54 -07:00
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