Comment out unused variables in soc.views.models.base module.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
--- a/app/soc/views/models/base.py Fri Apr 17 19:01:26 2009 +0000
+++ b/app/soc/views/models/base.py Fri Apr 17 19:52:57 2009 +0000
@@ -452,7 +452,7 @@
params: required, a dict with params for this View
"""
- logic = params['logic']
+ # logic = params['logic']
suffix = entity.key().id_or_name() if entity else None
# remove the params from the request, this is relevant only if
@@ -890,7 +890,7 @@
there is no existing entity.
"""
- logic = params['logic']
+ # logic = params['logic']
suffix = entity.key().id_or_name() if entity else None
context['form'] = form