Skip to content

Commit

Permalink
Remove accidentally checked in PDB
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Sep 8, 2015
1 parent 291a703 commit 8b8b9b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hug/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ def _create_interface(module, api_function, output=None, versions=None, parse_bo
isinstance(value, str)}
def interface(request, response, api_version=None, **kwargs):
for requirement in only_if:
import pdb;pdb.set_trace()
conclusion = requirement(response=response, request=request, module=module, api_version=api_version)
if conclusion is not True:
return
Expand Down

0 comments on commit 8b8b9b4

Please sign in to comment.