author | Reimar Bauer <rb.proj AT googlemail DOT com> |
Tue, 06 May 2014 16:22:40 +0200 | |
changeset 245 | b209c747888e |
parent 244 | 0310fe6b2beb |
child 246 | 591429b20748 |
1.1 --- a/eskp.py Tue May 06 13:02:17 2014 +0200 1.2 +++ b/eskp.py Tue May 06 16:22:40 2014 +0200 1.3 @@ -126,8 +126,6 @@ 1.4 def task(): 1.5 filename = os.path.join("templates", get_locale(), "rst", "ozoneloss.rst") 1.6 content = get_content(filename) 1.7 - print content 1.8 - print filename 1.9 return render_template("/ozoneloss.html", act="ozoneloss", content=content, year=2014) 1.10 1.11 @app.route("/iek-7")