From 4d90f198ecad900cc71745087e895bcbea63b12c Mon Sep 17 00:00:00 2001 From: Kevin Banks Date: Wed, 3 Feb 2021 18:54:03 -0600 Subject: [PATCH] (I could have sworn I deleted that line...) --- tools/gen_usb_descriptor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/gen_usb_descriptor.py b/tools/gen_usb_descriptor.py index ad68d0ea94..fb4372f0dd 100644 --- a/tools/gen_usb_descriptor.py +++ b/tools/gen_usb_descriptor.py @@ -558,7 +558,6 @@ for idx, descriptor in enumerate(string_descriptors): b = bytes(descriptor) notes = descriptor.notes() - notes = fix_notes(notes) # for comparision of files beteen runs i = 0 # This prints each subdescriptor on a separate line.