diff --git a/api/handlers/dataexplorerhandler.py b/api/handlers/dataexplorerhandler.py index 2cd8be03e..9df8a303d 100644 --- a/api/handlers/dataexplorerhandler.py +++ b/api/handlers/dataexplorerhandler.py @@ -438,8 +438,6 @@ def get_facets(self): # if the query comes back with a return_type agg, remove it facets_q['query'].pop('aggs', None) - config.log.debug(facets_q) - aggs = config.es.search( index='data_explorer', doc_type='flywheel', @@ -582,7 +580,6 @@ def _construct_file_query(self, search_string, filters, size=100): ## RUNNING QUERIES AND PROCESSING RESULTS ## def _run_query(self, es_query, result_type): - config.log.debug(es_query) results = config.es.search( index='data_explorer', doc_type='flywheel', diff --git a/requirements.txt b/requirements.txt index f1bb628c2..8685fa0b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ strict-rfc3339==0.7 uwsgi==2.0.13.1 webapp2==2.5.2 WebOb==1.5.1 -git+https://github.com/flywheel-io/gears.git@65aae6ae6f8634bf45d744332641b3838fc06668#egg=gears +git+https://github.com/flywheel-io/gears.git@v0.1.1#egg=gears