--- a/view.py Tue Oct 12 19:10:43 2010 +0200
+++ b/view.py Tue Oct 12 19:10:48 2010 +0200
@@ -170,7 +170,6 @@
else:
view_func = self.call
stream = self.set_stream(w)
- # stream = self.set_stream(context)
view_func(**context)
# return stream content if we have created it
if stream is not None: