From 405992e54cb1bbfd655ce86b970c34e09bacb766 Mon Sep 17 00:00:00 2001 From: Michaelm396IN Date: Wed, 25 Jul 2018 06:36:54 -0700 Subject: [PATCH] Removed unecessary codr 'print' --- chipsec/modules/tools/uefi/uefivar_fuzz.py | 2 -- 1 file changed, 2 deletions(-) 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