Less debug

Signed-off-by: David Schmidt <1110325+david-schmidt@users.noreply.github.com>
This commit is contained in:
David Schmidt 2023-04-03 21:20:43 -04:00
parent 46f08177db
commit d03690140c
1 changed files with 0 additions and 1 deletions

View File

@ -555,7 +555,6 @@ elif args.command == 'extract':
offset = drivers_list[i]['code_start']
driver_details.append(parseDIB(sosdriverfile,offset,0)) #we always use dib0
print(driver_details)
i = find(driver_details,'name',driver_name.upper()) #find index of the driver to extract, convert name to uppercase
if i != -1: