From 4e1b9754935ae1fe2f89deda44b57492431290d0 Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Thu, 18 May 2017 20:42:47 +0200
Subject: Remove usless print

---
 pyblog | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'pyblog')

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:
-- 
cgit v1.2.1