diff options
| author | 2013-02-27 09:13:31 -0300 | |
|---|---|---|
| committer | 2013-02-27 09:13:31 -0300 | |
| commit | cb2680529d9447d94546c8c0960f0c4e299af18c (patch) | |
| tree | 335ce0e66c214a120aa51ac78e25afe6585c1a13 /nikola/plugins/task_render_sources.py | |
| parent | 6e0996d54cad4586645fdc59164708e4b4b9dcec (diff) | |
| parent | 878ba1152ebc64a4a2609d23c9e400a6111db642 (diff) | |
Merge tag 'upstream/5.3'
Upstream version 5.3
Diffstat (limited to 'nikola/plugins/task_render_sources.py')
| -rw-r--r-- | nikola/plugins/task_render_sources.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
