From afe0537b6bc6fd70937cf2aac6e9185d0afba8ec Mon Sep 17 00:00:00 2001 From: Pawel Solyga Date: Fri, 17 Apr 2009 19:52:57 +0000 Subject: [PATCH] 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soc/views/models/base.py b/app/soc/views/models/base.py index c2d8bf6f..6fe6fbaf 100644 --- a/app/soc/views/models/base.py +++ b/app/soc/views/models/base.py @@ -452,7 +452,7 @@ class View(object): 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 @@ class View(object): there is no existing entity. """ - logic = params['logic'] + # logic = params['logic'] suffix = entity.key().id_or_name() if entity else None context['form'] = form -- 2.11.4.GIT