Remove pdb code

Change-Id: Iddab6c2d1569d9cb420e908cbcfde57627d13272
This commit is contained in:
lvdongbing 2016-02-02 17:00:37 +08:00
parent d6b03252ad
commit 85071b7b42
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ def policy_enforce(handler):
"""
@functools.wraps(handler)
def handle_bilean_method(controller, req, tenant_id, **kwargs):
import pdb
pdb.set_trace()
if req.context.project != tenant_id:
raise exc.HTTPForbidden()