diff options
author | neodarz <neodarz@neodarz.net> | 2017-05-18 20:42:47 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-05-18 20:42:47 +0200 |
commit | 4e1b9754935ae1fe2f89deda44b57492431290d0 (patch) | |
tree | 35eae65aed5e12dbd0c92c6bac2d42192e260bfd /pyblog | |
parent | b144ee2a126218a9531a1f7d3761430bf6c19c53 (diff) | |
download | my_new_personal_website-4e1b9754935ae1fe2f89deda44b57492431290d0.tar.xz my_new_personal_website-4e1b9754935ae1fe2f89deda44b57492431290d0.zip |
Remove usless print
Diffstat (limited to 'pyblog')
-rwxr-xr-x | pyblog | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -313,9 +313,6 @@ def generate_menu(): htmly_website_page += "<a href='/website/"+name+"' class='lia'><li><span class='left-lia'></span><span class='center-lia'>"+name.split('.html')[0]+"</span><span class='right-lia'></span></li></a>" htmly_website_page += "</ul>" - - print(htmly_website_page) - # Writing the menu in all pages contained in the variable in place of the -- generate menu here -- for html_file in html_fileList: with open(tmppath, 'w', encoding='utf-8') as tmpfile: |