Skip to content

Commit

Permalink
Delete a commented-out set_trace()
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Nov 27, 2012
1 parent b1f46c4 commit 3b84c92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/tests/functional/api/__init__.py
Expand Up @@ -41,5 +41,4 @@ def assert_dicts_equal_ignoring_ordering(dict1, dict2):
dicts = [copy.deepcopy(dict1), copy.deepcopy(dict2)]
for d in dicts:
d = change_lists_to_sets(d)
#from nose.tools import set_trace; set_trace()
assert_equal(dicts[0], dicts[1])

0 comments on commit 3b84c92

Please sign in to comment.