Skip to content

Commit 61461bc

Browse files
author
Clemens Mandl
committed
Removed another block of unused (commented) code
1 parent 2843c9f commit 61461bc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/export/nb/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -295,12 +295,6 @@ def get_all_profiles():
295295
file_names = [join(tools_path, "profiles", fn) for fn in os.listdir(
296296
join(tools_path, "profiles")) if fn.endswith(".json")]
297297

298-
# print file_names
299-
300-
# profile_names = [basename(fn).replace(".json", "")
301-
# for fn in file_names]
302-
# print profile_names
303-
304298
profiles = {}
305299

306300
for fn in file_names:

0 commit comments

Comments
 (0)