remove pdb import
This commit is contained in:
parent
26de3ed9ed
commit
15cbc31d93
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@ def render_to(template_path):
|
|||
|
||||
def decorator(func):
|
||||
def wrapper(request, *args, **kwargs):
|
||||
import pdb
|
||||
#output = pdb.runcall(func, request, *args, **kwargs)
|
||||
output = func(request, *args, **kwargs)
|
||||
if not isinstance(output, dict):
|
||||
return output
|
||||
|
|
Reference in a new issue