Skip to content

Commit

Permalink
[#1188] Remove debugger call
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Dec 12, 2013
1 parent 864e1a6 commit 42e17b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/logic/validators.py
Expand Up @@ -698,7 +698,7 @@ def datasets_with_no_organization_cannot_be_private(key, data, errors,
private = data[key] is True

check_passed = True
from nose.tools import set_trace; set_trace()

if not dataset_id and private and owner_org is None:
# When creating a dataset, enforce it directly
check_passed = False
Expand Down

0 comments on commit 42e17b5

Please sign in to comment.