Skip to content

Commit c2d7d17

Browse files
committed
Preprocess: remove duplicate preprocessing
This removes duplicate preprocessing of all HTML files left over from the conversion to concurrent preprocessing.
1 parent 49f023a commit c2d7d17

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

preprocess.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ def main():
5454
if len(output) > 0:
5555
print(output)
5656

57-
for fn in preprocess.find_html_files(root):
58-
preprocess.preprocess_html_file(root, fn, rename_map)
59-
6057
# append css modifications
6158
with open(os.path.join(root, 'common/site_modules.css'), "a") as out:
6259
with open("preprocess-css.css", "r") as pp:

0 commit comments

Comments
 (0)