aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpyblog3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyblog b/pyblog
index b38c3e82..4dd2eb4e 100755
--- a/pyblog
+++ b/pyblog
@@ -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: