aboutsummaryrefslogtreecommitdiff
path: root/pyblog
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-05-18 20:42:47 +0200
committerneodarz <neodarz@neodarz.net>2017-05-18 20:42:47 +0200
commit4e1b9754935ae1fe2f89deda44b57492431290d0 (patch)
tree35eae65aed5e12dbd0c92c6bac2d42192e260bfd /pyblog
parentb144ee2a126218a9531a1f7d3761430bf6c19c53 (diff)
downloadmy_new_personal_website-4e1b9754935ae1fe2f89deda44b57492431290d0.tar.xz
my_new_personal_website-4e1b9754935ae1fe2f89deda44b57492431290d0.zip
Remove usless print
Diffstat (limited to 'pyblog')
-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: