aboutsummaryrefslogtreecommitdiffstats
path: root/src/acit/web.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/acit/web.py')
-rw-r--r--src/acit/web.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/acit/web.py b/src/acit/web.py
index 0dc70d0..0410f24 100644
--- a/src/acit/web.py
+++ b/src/acit/web.py
@@ -32,7 +32,6 @@ class Server():
if kwargs:
results=cherrypy.engine.publish('generate::'+generate,path=path,**kwargs)
if results:
- cherrypy.log(repr(results))
return results[0]
else:
return page