Removed another block of unused (commented) code

pull/5532/head
Clemens Mandl 2017-11-28 07:15:41 +01:00
parent 2843c9fbd7
commit 61461bcc43
1 changed files with 0 additions and 6 deletions

View File

@ -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: