Skip to content

Commit 002181a

Browse files
committed
Some comments clean up
1 parent 580ac3e commit 002181a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

about_code_tool/about.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,8 +1288,6 @@ def generate_attribution(self, template_path=None, limit_to=None):
12881288
except j2.TemplateNotFound:
12891289
return
12901290
limit_to = limit_to or []
1291-
# ToDo: The set(limit_to) break the order of the original limit_to list
1292-
#limit_to = set(limit_to)
12931291

12941292
about_object_fields = []
12951293
about_content_dict = {}

0 commit comments

Comments
 (0)