From 878ba1152ebc64a4a2609d23c9e400a6111db642 Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Wed, 27 Feb 2013 09:13:24 -0300 Subject: Imported Upstream version 5.3 --- nikola/plugins/task_render_sources.py | 1 - 1 file changed, 1 deletion(-) (limited to 'nikola/plugins/task_render_sources.py') diff --git a/nikola/plugins/task_render_sources.py b/nikola/plugins/task_render_sources.py index bce8d69..529e68e 100644 --- a/nikola/plugins/task_render_sources.py +++ b/nikola/plugins/task_render_sources.py @@ -58,7 +58,6 @@ class Sources(Task): lang, post.source_ext())) source = post.source_path if source.endswith('.html'): - print("Avoiting to render source of .html page") continue if lang != kw["default_lang"]: source_lang = source + '.' + lang -- cgit v1.2.3