Skip to content
Snippets Groups Projects
Commit 1ebdcbe0 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

MAINT: remove comments that are no longer needed

parent 8d568a81
No related branches found
No related tags found
2 merge requests!160STY: styling,!125F delete variables correctly
Pipeline #39014 passed
......@@ -326,17 +326,6 @@ def scanner(items: list[StructureElement],
for record in scoped_records:
crawled_data.append(record)
# TODO: the scoped variables should be cleaned up as soon if the variables
# are no longer in the current scope. This can be implemented as follows,
# but this breaks the test "test_record_structure_generation", because
# some debug info is also deleted. This implementation can be used as soon
# as the remaining problems with the debug_tree are fixed.
# Delete the variables that are no longer needed:
# scoped_names = record_store.get_names_current_scope()
# for name in scoped_names:
# del record_store[name]
# del general_store[name]
return crawled_data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment