Skip to content

Commit bcfc297

Browse files
committed
Merge branch 'remove-duplicate-preprocess'
2 parents 3c4bb05 + c2d7d17 commit bcfc297

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

6259
with open("preprocess-css.css", "r", encoding='utf-8') as pp, \

0 commit comments

Comments
 (0)