diff --git a/chipsec/modules/tools/uefi/uefivar_fuzz.py b/chipsec/modules/tools/uefi/uefivar_fuzz.py index 7ca302c9..4de2a0ed 100644 --- a/chipsec/modules/tools/uefi/uefivar_fuzz.py +++ b/chipsec/modules/tools/uefi/uefivar_fuzz.py @@ -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