Skip to content
Snippets Groups Projects
Commit 33cbaf1e authored by chbaeh's avatar chbaeh
Browse files

remove prints

parent dbf31141
No related branches found
No related tags found
No related merge requests found
......@@ -72,8 +72,6 @@ class OdshFeedController(FeedController):
if param in extra_fields:
extras[param]=value
search_params['extras']=extras
print('EXTRAS')
print(search_params)
page = h.get_page_number(request.params)
......@@ -87,8 +85,6 @@ class OdshFeedController(FeedController):
'extras': extras
}
print('DATA')
print(data_dict)
item_count, results = _package_search(data_dict)
navigation_urls = self._navigation_urls(request.params,
......
......@@ -225,8 +225,6 @@ class OdshPlugin(plugins.SingletonPlugin, DefaultTranslation, DefaultDatasetForm
# use several daterange queries agains temporal_start and temporal_end field
# TODO: use field of type date_range in solr index instead
def before_search(self, search_params):
print('BEFORE')
print(search_params)
extras = search_params.get('extras')
if not extras:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment