Skip to content

Commit

Permalink
Remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoranPandovski committed May 30, 2017
1 parent 86dbd89 commit 4009187
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ckanext/requestdata/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def convert_id_to_email(ids):


def group_archived_requests_by_dataset(requests):
print 'NA VLEZ', requests
sorted_requests = sorted(requests, key=itemgetter('package_id'))
grouped_requests = []

Expand All @@ -131,7 +130,6 @@ def group_archived_requests_by_dataset(requests):
}

grouped_requests.append(data)
print 'GROUPED',grouped_requests
return grouped_requests


Expand Down

0 comments on commit 4009187

Please sign in to comment.