# HG changeset patch # User Pawel Solyga # Date 1239997977 0 # Node ID 0b6ec4a223cf2688b1beb0bed00bb3f6c6813b30 # Parent 6eca3439f0201221a88764cfe01f90c65344d280 Comment out unused variables in soc.views.models.base module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r 6eca3439f020 -r 0b6ec4a223cf 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