mirror of https://github.com/ARMmbed/mbed-os.git
Removed another block of unused (commented) code
parent
2843c9fbd7
commit
61461bcc43
|
@ -295,12 +295,6 @@ class GNUARMNetbeans(Exporter):
|
|||
file_names = [join(tools_path, "profiles", fn) for fn in os.listdir(
|
||||
join(tools_path, "profiles")) if fn.endswith(".json")]
|
||||
|
||||
# print file_names
|
||||
|
||||
# profile_names = [basename(fn).replace(".json", "")
|
||||
# for fn in file_names]
|
||||
# print profile_names
|
||||
|
||||
profiles = {}
|
||||
|
||||
for fn in file_names:
|
||||
|
|
Loading…
Reference in New Issue