Comment out unused variables in soc.views.models.base module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Fri, 17 Apr 2009 19:52:57 +0000
changeset 2193 0b6ec4a223cf
parent 2192 6eca3439f020
child 2194 d5d061b0dfd0
Comment out unused variables in soc.views.models.base module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
app/soc/views/models/base.py
--- 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