Skip to content

Commit 7ee922c

Browse files
Remove duplicate logic in builder.py
1 parent 06726e8 commit 7ee922c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

web/scripts/builder.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -580,13 +580,9 @@ def create_item(item):
580580
for function in self.functions:
581581
self.create_function_page(function)
582582

583-
584-
# Other types of articles
583+
# Other articles
585584
self.create_article('privacy')
586585

587-
# Official articles
588-
self.create_article('OOP_Introduction', 'official')
589-
590586
other_pages = [
591587
{
592588
'path_html': '404.html',

0 commit comments

Comments
 (0)